item_version
1 row where downloads = 540 and tags contains "transformers"
This data as json, CSV (advanced)
Suggested facets: tags (array)
_id ▼ | _item | _version | _commit | _id_ | id | likes | private | downloads | tags | pipeline_tag | modelId | _item_full_hash |
---|---|---|---|---|---|---|---|---|---|---|---|---|
676 | 676 676 | 1 | 1 1 | 64cec2315c86caf951c9a5e0 | TheBloke/Llama-2-70B-OASST-1-200-GPTQ | 4 | 0 | 540 | ["safetensors", "llama", "text-generation", "en", "de", "es", "fr", "dataset:OpenAssistant/oasst1", "transformers", "sft", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/Llama-2-70B-OASST-1-200-GPTQ | d90ec8ade1f9836f5797659d2c804e86b59b62a0 |
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]);