item_version
7 rows where tags contains "dataset:allenai/s2orc"
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
66 | 66 66 | 1 | 1 1 | 646641cc119ad94383cff9de | TheBloke/MPT-7B-GGML | 21 | 0 | 17 | ["mpt", "dataset:mc4", "dataset:c4", "dataset:togethercomputer/RedPajama-Data-1T", "dataset:bigcode/the-stack", "dataset:allenai/s2orc", "arxiv:2108.12409", "arxiv:2302.13971", "arxiv:2205.14135", "arxiv:2010.04245", "arxiv:1909.08053", "arxiv:2302.06675", "transformers", "Composer", "MosaicML", "llm-foundry", "StreamingDatasets", "license:apache-2.0", "region:us"] | TheBloke/MPT-7B-GGML | 36eb40a69147b5b67adf7b9b3742cf0da909f3d6 | |
128 | 128 128 | 1 | 1 1 | 647a8d4d42abe27747624e73 | TheBloke/PMC_LLAMA-7B-GPTQ | 3 | 0 | 24 | ["safetensors", "llama", "text-generation", "dataset:allenai/s2orc", "transformers", "medical", "license:other", "text-generation-inference", "region:us"] | text-generation | TheBloke/PMC_LLAMA-7B-GPTQ | a5f081242510383a8c67fcc4d777e72bcc2e1bc7 |
129 | 129 129 | 1 | 1 1 | 647a8d4dc7367455fda310fd | TheBloke/PMC_LLAMA-7B-GGML | 7 | 0 | 0 | ["dataset:allenai/s2orc", "medical", "license:other", "region:us"] | TheBloke/PMC_LLAMA-7B-GGML | cd222614adc28347a8cc57074f3fb30aa19d9458 | |
287 | 287 287 | 1 | 1 1 | 6495aa7b6d1cf21b50ef12c4 | TheBloke/mpt-30B-GGML | 17 | 0 | 11 | ["mpt", "dataset:allenai/c4", "dataset:mc4", "dataset:togethercomputer/RedPajama-Data-1T", "dataset:bigcode/the-stack-dedup", "dataset:allenai/s2orc", "arxiv:2108.12409", "arxiv:2302.13971", "arxiv:2205.14135", "arxiv:2010.04245", "arxiv:1909.08053", "arxiv:2302.06675", "transformers", "Composer", "MosaicML", "llm-foundry", "StreamingDatasets", "license:apache-2.0", "region:us"] | TheBloke/mpt-30B-GGML | 7175ba26239984cda755332c2649dbd1bf061765 | |
10966 | 66 66 | 12 | 693 693 | ["transformers", "mpt", "dataset:mc4", "dataset:c4", "dataset:togethercomputer/RedPajama-Data-1T", "dataset:bigcode/the-stack", "dataset:allenai/s2orc", "arxiv:2108.12409", "arxiv:2302.13971", "arxiv:2205.14135", "arxiv:2010.04245", "arxiv:1909.08053", "arxiv:2302.06675", "Composer", "MosaicML", "llm-foundry", "StreamingDatasets", "license:apache-2.0", "region:us"] | e707742f488e0967c4994453c89d060b7dcde72b | |||||||
11004 | 128 128 | 6 | 693 693 | ["transformers", "safetensors", "llama", "text-generation", "dataset:allenai/s2orc", "medical", "license:other", "text-generation-inference", "region:us"] | eb0a5c3efdeb3388022ba14529f72a27c54a4ce2 | |||||||
11099 | 287 287 | 6 | 693 693 | ["transformers", "mpt", "dataset:allenai/c4", "dataset:mc4", "dataset:togethercomputer/RedPajama-Data-1T", "dataset:bigcode/the-stack-dedup", "dataset:allenai/s2orc", "arxiv:2108.12409", "arxiv:2302.13971", "arxiv:2205.14135", "arxiv:2010.04245", "arxiv:1909.08053", "arxiv:2302.06675", "Composer", "MosaicML", "llm-foundry", "StreamingDatasets", "license:apache-2.0", "region:us"] | 979b0efaa24da50ada20d81bdd655190192ad157 |
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]);