home / history

Menu
  • GraphQL API

item_version

Table actions
  • GraphQL API for item_version

5 rows where pipeline_tag = "text-generation" and tags contains "llm"

✎ View and edit SQL

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
44 44 44 1 1 1 645cf9134435a8ae3fc53979 TheBloke/h2ogpt-oasst1-512-30B-GPTQ 5 0 17 ["safetensors", "llama", "text-generation", "en", "dataset:h2oai/h2ogpt-oig-oasst1-instruct-cleaned-v2", "transformers", "gpt", "llm", "large language model", "LLaMa", "license:other", "text-generation-inference", "region:us"] text-generation TheBloke/h2ogpt-oasst1-512-30B-GPTQ 59ca961edb954dd075a5e28684bb52be714f0e25
47 47 47 1 1 1 645e3f37c641dfd11649adc6 TheBloke/h2ogpt-oasst1-512-30B-HF 2 0 51 ["pytorch", "llama", "text-generation", "en", "dataset:h2oai/h2ogpt-oig-oasst1-instruct-cleaned-v2", "transformers", "gpt", "llm", "large language model", "LLaMa", "license:other", "text-generation-inference", "region:us"] text-generation TheBloke/h2ogpt-oasst1-512-30B-HF b0d6919a82a698bf4192691d05f1712ebbc14fb5
214 214 214 1 1 1 6485fb1ea5aaae7d9e81e778 TheBloke/fin-llama-33B-GPTQ 4 0 12 ["safetensors", "llama", "text-generation", "dataset:bavest/fin-llama-dataset", "transformers", "finance", "llm", "trading", "license:other", "text-generation-inference", "region:us"] text-generation TheBloke/fin-llama-33B-GPTQ fe5ca0236b00785faa72f99058651e0612f68554
289 289 289 1 1 1 6496a2dee6692d367653c4fa TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GPTQ 7 0 3499 ["safetensors", "RefinedWeb", "text-generation", "custom_code", "en", "dataset:OpenAssistant/oasst1", "transformers", "gpt", "llm", "large language model", "h2o-llmstudio", "license:apache-2.0", "has_space", "text-generation-inference", "region:us"] text-generation TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-40b-v2-GPTQ 9e05262bf2dd436c00cbeb71a21a3ec316c23e89
503 503 503 1 1 1 64b29490689a9a230135dbcc TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GPTQ 3 0 318 ["safetensors", "RefinedWebModel", "text-generation", "custom_code", "en", "dataset:OpenAssistant/oasst1", "transformers", "gpt", "llm", "large language model", "h2o-llmstudio", "license:apache-2.0", "text-generation-inference", "region:us"] text-generation TheBloke/h2ogpt-gm-oasst1-en-2048-falcon-7b-v3-GPTQ 8a2ab08ff7667fe474eb0d9dc586ba1fd623b5cd

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 266.747ms · About: simonw/scrape-huggingface-models