home / history

Menu
  • GraphQL API

item_version

Table actions
  • GraphQL API for item_version

4 rows where tags contains "dataset:sciq"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: _item, _version, _commit, tags (array)

_id ▼ _item _version _commit _id_ id likes private downloads tags pipeline_tag modelId _item_full_hash
553 553 553 1 1 1 64baef054b4ff0d5090a76b5 TheBloke/Upstage-Llama1-65B-Instruct-GPTQ 3 0 34 ["safetensors", "llama", "text-generation", "en", "dataset:sciq", "dataset:metaeval/ScienceQA_text_only", "dataset:GAIR/lima", "dataset:Open-Orca/OpenOrca", "dataset:openbookqa", "transformers", "upstage", "instruct", "instruction", "license:other", "text-generation-inference", "region:us"] text-generation TheBloke/Upstage-Llama1-65B-Instruct-GPTQ 5dbc0169c5e2a87c295fc6c610ad25850c69ed2d
554 554 554 1 1 1 64baef05c6e77d66f45b378a TheBloke/Upstage-Llama1-65B-Instruct-GGML 5 0 5 ["llama", "en", "dataset:sciq", "dataset:metaeval/ScienceQA_text_only", "dataset:GAIR/lima", "dataset:Open-Orca/OpenOrca", "dataset:openbookqa", "transformers", "upstage", "instruct", "instruction", "license:other", "text-generation", "text-generation-inference", "region:us"] text-generation TheBloke/Upstage-Llama1-65B-Instruct-GGML 52fdbb83d2281eb29924852b5b8e1b8d63f9cde1
11268 553 553 8 693 693           ["transformers", "safetensors", "llama", "text-generation", "en", "dataset:sciq", "dataset:metaeval/ScienceQA_text_only", "dataset:GAIR/lima", "dataset:Open-Orca/OpenOrca", "dataset:openbookqa", "upstage", "instruct", "instruction", "license:other", "text-generation-inference", "region:us"]     fa09847e0af9ab5001c1f175e43171532b46ae0e
11269 554 554 6 693 693           ["transformers", "llama", "en", "dataset:sciq", "dataset:metaeval/ScienceQA_text_only", "dataset:GAIR/lima", "dataset:Open-Orca/OpenOrca", "dataset:openbookqa", "upstage", "instruct", "instruction", "license:other", "text-generation", "text-generation-inference", "region:us"]     8fe02952c6c2e4b746a30056d4b704a20c390047

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 512.068ms · About: simonw/scrape-huggingface-models