item_version
7 rows where downloads = 2 and pipeline_tag = "text-generation"
This data as json, CSV (advanced)
Suggested facets: likes, tags, tags (array)
_id ▼ | _item | _version | _commit | _id_ | id | likes | private | downloads | tags | pipeline_tag | modelId | _item_full_hash |
---|---|---|---|---|---|---|---|---|---|---|---|---|
46 | 46 46 | 1 | 1 1 | 645e1d1b4aec04df955b6cef | TheBloke/dromedary-65B-lora-GPTQ | 7 | 0 | 2 | ["safetensors", "llama", "text-generation", "transformers", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/dromedary-65B-lora-GPTQ | 05ea476fb85b342adae293b18595bbb3c642ff36 |
143 | 143 143 | 1 | 1 1 | 647c591b83c62f324913aad5 | TheBloke/based-13b-GPTQ | 6 | 0 | 2 | ["safetensors", "llama", "text-generation", "en", "dataset:ehartford/based", "transformers", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/based-13b-GPTQ | 71a07b3b0adf8ab5296fb73252bcd2fad16ae815 |
270 | 270 270 | 1 | 1 1 | 6491d613a2906e4ee7635fe5 | TheBloke/airoboros-13B-gpt4-1.3-GPTQ | 1 | 0 | 2 | ["safetensors", "llama", "text-generation", "dataset:jondurbin/airoboros-gpt4-1.3", "transformers", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/airoboros-13B-gpt4-1.3-GPTQ | 9d76c23c73be106fb5ab6ac5d8c9d333b2aff372 |
420 | 420 420 | 1 | 1 1 | 64a685ffde8f7e2e4079352e | TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GPTQ | 4 | 0 | 2 | ["safetensors", "llama", "text-generation", "custom_code", "transformers", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/CAMEL-33B-Combined-Data-SuperHOT-8K-GPTQ | 7503dd7b2b0d16db2a7a5267e501a753b787cd8e |
468 | 468 468 | 1 | 1 1 | 64a744355159d02abda3ca7f | TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GPTQ | 5 | 0 | 2 | ["safetensors", "llama", "text-generation", "custom_code", "transformers", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GPTQ | dd015833ec9e4cc2da55eafa8c5bc35c32b6e4a3 |
602 | 602 602 | 1 | 1 1 | 64c54e613e30498ccaa030d2 | TheBloke/Vigogne-2-7B-Instruct-GGML | 3 | 0 | 2 | ["llama", "fr", "transformers", "LLM", "llama-2", "license:other", "text-generation", "has_space", "text-generation-inference", "region:us"] | text-generation | TheBloke/Vigogne-2-7B-Instruct-GGML | ee912e36b119cc23eeb68915d90757050a13edb3 |
654 | 654 654 | 1 | 1 1 | 64ccdbdf4726a3f833840638 | TheBloke/Chronohermes-Grad-L2-13B-GGML | 1 | 0 | 2 | ["llama", "en", "transformers", "llama-2", "license:other", "text-generation", "text-generation-inference", "region:us"] | text-generation | TheBloke/Chronohermes-Grad-L2-13B-GGML | 97e7917eb174173e2d162e767a942ec9c4c1765c |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [item_version] ( [_id] INTEGER PRIMARY KEY, [_item] INTEGER REFERENCES [item]([_id]), [_version] INTEGER, [_commit] INTEGER REFERENCES [commits]([id]), [_id_] TEXT, [id] TEXT, [likes] INTEGER, [private] INTEGER, [downloads] INTEGER, [tags] TEXT, [pipeline_tag] TEXT, [modelId] TEXT, [_item_full_hash] TEXT ); CREATE INDEX [idx_item_version__item] ON [item_version] ([_item]);