item_version
5 rows where likes = 25, pipeline_tag = "text-generation" and tags contains "text-generation"
This data as json, CSV (advanced)
Suggested facets: _commit, _id_, tags (array)
_id ▼ | _item | _version | _commit | _id_ | id | likes | private | downloads | tags | pipeline_tag | modelId | _item_full_hash |
---|---|---|---|---|---|---|---|---|---|---|---|---|
22 | 22 22 | 1 | 1 1 | 644447c08f795c936d05471a | TheBloke/medalpaca-13B-GPTQ-4bit | 25 | 0 | 60 | ["pytorch", "safetensors", "llama", "text-generation", "en", "arxiv:2303.14070", "transformers", "medical", "license:cc", "text-generation-inference", "region:us"] | text-generation | TheBloke/medalpaca-13B-GPTQ-4bit | 695171827e0cbae0d599fbebbf51d9ab0ed65547 |
188 | 188 188 | 1 | 1 1 | 6482524664ca00a2791559bc | TheBloke/starchat-beta-GPTQ | 25 | 0 | 743 | ["safetensors", "gpt_bigcode", "text-generation", "transformers", "generated_from_trainer", "license:bigcode-openrail-m", "text-generation-inference", "region:us"] | text-generation | TheBloke/starchat-beta-GPTQ | 3868fd747df538122987756b6ec6c7983e415551 |
355 | 355 355 | 1 | 1 1 | 649ca07f0c65a5d9697945a1 | TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GPTQ | 25 | 0 | 108 | ["safetensors", "llama", "text-generation", "custom_code", "transformers", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/WizardLM-Uncensored-SuperCOT-StoryTelling-30B-SuperHOT-8K-GPTQ | d75ebc10655fcad17a7319cfd5f151d543c04c69 |
483 | 483 483 | 1 | 1 1 | 64aa86fe329f5e6e78152451 | TheBloke/orca_mini_v2_13b-GGML | 25 | 0 | 0 | ["en", "dataset:psmathur/orca_minis_uncensored_dataset", "arxiv:2306.02707", "arxiv:2304.12244", "transformers", "license:cc-by-nc-sa-4.0", "text-generation", "region:us"] | text-generation | TheBloke/orca_mini_v2_13b-GGML | 061bbf57fd70b8f8d599e8353d31d6e7e2e97a0a |
7517 | 994 994 | 1 | 478 478 | 644447c08f795c936d05471a | TheBloke/medalpaca-13B-GPTQ | 25 | 0 | 454 | ["transformers", "pytorch", "safetensors", "llama", "text-generation", "en", "arxiv:2303.14070", "medical", "license:cc", "text-generation-inference", "region:us"] | text-generation | TheBloke/medalpaca-13B-GPTQ | d06e898f0735fec6c5307a84c45d86649971678b |
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]);