sha
stringlengths
40
40
text
stringlengths
1
13.4M
id
stringlengths
2
117
tags
listlengths
1
7.91k
created_at
stringlengths
25
25
metadata
stringlengths
2
875k
last_modified
stringlengths
25
25
arxiv
listlengths
0
25
languages
listlengths
0
7.91k
tags_str
stringlengths
17
159k
text_str
stringlengths
1
447k
text_lists
listlengths
0
352
processed_texts
listlengths
1
353
tokens_length
listlengths
1
353
input_texts
listlengths
1
40
958f3712eef6c4e7781fcecc1be5abef53914295
# Dataset Card for "vlsp-eval-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/vlsp-test-vectorized
[ "region:us" ]
2023-11-11T14:18:57+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_byt...
2023-11-11T14:24:11+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vlsp-eval-vectorized" More Information needed
[ "# Dataset Card for \"vlsp-eval-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vlsp-eval-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vlsp-eval-vectorized\"\n\nMore Information needed" ]
6afa833c412676b04d438f9d5b65298e66fd6b24
# Dataset Card for "opus-eng-to-fin" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
gradjitta/opus-eng-to-fin
[ "region:us" ]
2023-11-11T14:19:55+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "validation", "path": "data/validation-*"}, {"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "validation", "num_bytes": 249219, "num_examples": 2000}, {"name": "train", ...
2023-11-11T14:20:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "opus-eng-to-fin" More Information needed
[ "# Dataset Card for \"opus-eng-to-fin\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"opus-eng-to-fin\"\n\nMore Information needed" ]
[ 6, 18 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"opus-eng-to-fin\"\n\nMore Information needed" ]
ef0cb70b8c70ce157459c795efab1813697b2d86
## Dataset Details The data set has about 1 Million Tokens for Training and about 1500 question answers. ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> This dataset is a comprehensive compilation of questions related to dermatology, spanning inquiries about various skin diseases, t...
Mreeb/Dermatology-Question-Answer-Dataset-For-Fine-Tuning
[ "task_categories:text-generation", "size_categories:1K<n<10K", "license:apache-2.0", "medical", "region:us" ]
2023-11-11T14:21:16+00:00
{"license": "apache-2.0", "size_categories": ["1K<n<10K"], "task_categories": ["text-generation"], "pretty_name": "Dermatology Question Answering Dataset", "tags": ["medical"]}
2023-11-11T14:26:23+00:00
[]
[]
TAGS #task_categories-text-generation #size_categories-1K<n<10K #license-apache-2.0 #medical #region-us
## Dataset Details The data set has about 1 Million Tokens for Training and about 1500 question answers. ### Dataset Description This dataset is a comprehensive compilation of questions related to dermatology, spanning inquiries about various skin diseases, their symptoms, recommended medications, and available trea...
[ "## Dataset Details\nThe data set has about 1 Million Tokens for Training and about 1500 question answers.", "### Dataset Description\n\n\n\nThis dataset is a comprehensive compilation of questions related to dermatology, spanning inquiries about various skin diseases, their symptoms, recommended medications, and...
[ "TAGS\n#task_categories-text-generation #size_categories-1K<n<10K #license-apache-2.0 #medical #region-us \n", "## Dataset Details\nThe data set has about 1 Million Tokens for Training and about 1500 question answers.", "### Dataset Description\n\n\n\nThis dataset is a comprehensive compilation of questions rel...
[ 40, 22, 119 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-1K<n<10K #license-apache-2.0 #medical #region-us \n## Dataset Details\nThe data set has about 1 Million Tokens for Training and about 1500 question answers.### Dataset Description\n\n\n\nThis dataset is a comprehensive compilation of questions relate...
39466135822d43d2aa4a5e66f473f0750ebddd14
## Sample usage ### Language-Language ```python from datasets import load_dataset dataset = load_dataset("sci-benchmark/self-contradictory","language-language-1",split="small") print(dataset[0]) ``` ### Vision-Language ```python from datasets import load_dataset import PIL dataset = load_dataset("sci-benchmark/self-con...
sci-benchmark/self-contradictory
[ "size_categories:10K<n<100K", "language:en", "license:mit", "region:us" ]
2023-11-11T14:28:26+00:00
{"language": ["en"], "license": "mit", "size_categories": ["10K<n<100K"], "dataset_info": [{"config_name": "language-language-1", "features": [{"name": "context", "dtype": "string"}, {"name": "violation", "dtype": "string"}, {"name": "question", "dtype": "string"}], "splits": [{"name": "small", "num_bytes": 7138, "num_...
2023-11-25T08:16:22+00:00
[]
[ "en" ]
TAGS #size_categories-10K<n<100K #language-English #license-mit #region-us
## Sample usage ### Language-Language ### Vision-Language For Vision-Language task 4, we will use the imagenet-1k dataset as available on Huggingface.(URL We only provide the labels corresponding to this dataset. For those who wish to use the original imagenet-1k dataset, one can use LOC_synset_mapping.txt and change...
[ "## Sample usage", "### Language-Language", "### Vision-Language\n\nFor Vision-Language task 4, we will use the imagenet-1k dataset as available on Huggingface.(URL We only provide the labels corresponding to this dataset. For those who wish to use the original imagenet-1k dataset, one can use LOC_synset_mappin...
[ "TAGS\n#size_categories-10K<n<100K #language-English #license-mit #region-us \n", "## Sample usage", "### Language-Language", "### Vision-Language\n\nFor Vision-Language task 4, we will use the imagenet-1k dataset as available on Huggingface.(URL We only provide the labels corresponding to this dataset. For t...
[ 27, 4, 7, 91 ]
[ "passage: TAGS\n#size_categories-10K<n<100K #language-English #license-mit #region-us \n## Sample usage### Language-Language### Vision-Language\n\nFor Vision-Language task 4, we will use the imagenet-1k dataset as available on Huggingface.(URL We only provide the labels corresponding to this dataset. For those who ...
2be035d331faf6f906642fd2d4fc23a427a70add
# Dataset Card for "conjur_artigos" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
celsowm/conjur_artigos
[ "region:us" ]
2023-11-11T14:30:21+00:00
{"dataset_info": {"features": [{"name": "categoria", "dtype": "string"}, {"name": "titulo", "dtype": "string"}, {"name": "subtitulo", "dtype": "string"}, {"name": "texto", "dtype": "string"}, {"name": "data", "dtype": "string"}, {"name": "link", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 108777316, ...
2023-11-11T14:31:01+00:00
[]
[]
TAGS #region-us
# Dataset Card for "conjur_artigos" More Information needed
[ "# Dataset Card for \"conjur_artigos\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"conjur_artigos\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"conjur_artigos\"\n\nMore Information needed" ]
d15304d9f2d65ed04740ae8645ec597d1f15dbf6
# Dataset Card for "vivos-eval-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/vivos-test-vectorized
[ "region:us" ]
2023-11-11T14:36:27+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 658931592, "num_examples": 686}], "download_size": 111731926, "dataset_size": 658931592}, "confi...
2023-11-11T14:37:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vivos-eval-vectorized" More Information needed
[ "# Dataset Card for \"vivos-eval-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vivos-eval-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vivos-eval-vectorized\"\n\nMore Information needed" ]
6c2717371743a9dd461d575b307e512f59f1bcc6
# Dataset Card for "baseline-train-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/cv13-hi-train-vectorized
[ "region:us" ]
2023-11-11T14:47:26+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 195692656.96, "num_examples": 6760}], "download_size": 177219905, "dataset_size": 195692656.96}, "configs": [{"config_name": "default", "dat...
2023-11-11T14:48:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "baseline-train-vectorized" More Information needed
[ "# Dataset Card for \"baseline-train-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"baseline-train-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"baseline-train-vectorized\"\n\nMore Information needed" ]
5e1231858a8efec276503afc5acc8c9c384cedfa
# Dataset Card for "xlsum_data-wiki_gptextsum2_results" rouge={'rouge1': 0.20406948832826113, 'rouge2': 0.05546401643953366, 'rougeL': 0.12740109757325868, 'rougeLsum': 0.12740109757325868} Bert={'precision': 0.6510593132607198, 'recall': 0.7254875015963246, 'f1': 0.6859854650165146} mover = 0.5617656306013571
arthurmluz/xlsum_data-wiki_gptextsum2_results
[ "region:us" ]
2023-11-11T14:49:29+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "gen_summary", "dtype": "string"}, {"name": "rouge", "struct": [{"name": "rouge1", "dtype": "f...
2023-11-13T20:37:44+00:00
[]
[]
TAGS #region-us
# Dataset Card for "xlsum_data-wiki_gptextsum2_results" rouge={'rouge1': 0.20406948832826113, 'rouge2': 0.05546401643953366, 'rougeL': 0.12740109757325868, 'rougeLsum': 0.12740109757325868} Bert={'precision': 0.6510593132607198, 'recall': 0.7254875015963246, 'f1': 0.6859854650165146} mover = 0.5617656306013571
[ "# Dataset Card for \"xlsum_data-wiki_gptextsum2_results\"\n\nrouge={'rouge1': 0.20406948832826113, 'rouge2': 0.05546401643953366, 'rougeL': 0.12740109757325868, 'rougeLsum': 0.12740109757325868}\n\nBert={'precision': 0.6510593132607198, 'recall': 0.7254875015963246, 'f1': 0.6859854650165146}\n\nmover = 0.561765630...
[ "TAGS\n#region-us \n", "# Dataset Card for \"xlsum_data-wiki_gptextsum2_results\"\n\nrouge={'rouge1': 0.20406948832826113, 'rouge2': 0.05546401643953366, 'rougeL': 0.12740109757325868, 'rougeLsum': 0.12740109757325868}\n\nBert={'precision': 0.6510593132607198, 'recall': 0.7254875015963246, 'f1': 0.685985465016514...
[ 6, 141 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"xlsum_data-wiki_gptextsum2_results\"\n\nrouge={'rouge1': 0.20406948832826113, 'rouge2': 0.05546401643953366, 'rougeL': 0.12740109757325868, 'rougeLsum': 0.12740109757325868}\n\nBert={'precision': 0.6510593132607198, 'recall': 0.7254875015963246, 'f1': 0.685985465016...
b11eca4915e589e38f758463da94bde39330e820
# Dataset Card for "baseline-eval-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/cv13-hi-test-vectorized
[ "region:us" ]
2023-11-11T14:49:41+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 2831277024, "num_examples": 2947}], "download_size": 494107812, "dataset_size": 2831277024}, "co...
2023-11-11T14:50:45+00:00
[]
[]
TAGS #region-us
# Dataset Card for "baseline-eval-vectorized" More Information needed
[ "# Dataset Card for \"baseline-eval-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"baseline-eval-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"baseline-eval-vectorized\"\n\nMore Information needed" ]
ae69645ac9e533723c06d43ef05a60f3856f3922
# Dataset Card for "DATA" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
HossainRabby/DATA
[ "region:us" ]
2023-11-11T15:25:46+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "input_ids", "sequence": "int32"}, {"name": "attention_ma...
2023-11-27T14:18:33+00:00
[]
[]
TAGS #region-us
# Dataset Card for "DATA" More Information needed
[ "# Dataset Card for \"DATA\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"DATA\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"DATA\"\n\nMore Information needed" ]
352e53be147567c0d19a8a7186a6226f3ea3fc8e
# Dataset Card for "Example" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
islamrokon/Example
[ "region:us" ]
2023-11-11T15:41:03+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "input_ids", "sequence": "int32"}, {"name": "attention_ma...
2023-11-11T15:41:23+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Example" More Information needed
[ "# Dataset Card for \"Example\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Example\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Example\"\n\nMore Information needed" ]
ce7fad7cac7091e2a5d5f78cab75d14b14b5b0df
# Dataset Card for "augmath" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Yama/augmath
[ "region:us" ]
2023-11-11T16:01:05+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "answer", "dtype": "string"}, {"name": "question", "dtype": "string"}, {"name": "id", "dtype": "string"}, {"name": "context", "dtype": "string"}], "splits": [{"name": "train", "nu...
2023-11-11T16:01:53+00:00
[]
[]
TAGS #region-us
# Dataset Card for "augmath" More Information needed
[ "# Dataset Card for \"augmath\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"augmath\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"augmath\"\n\nMore Information needed" ]
581dcd513c384578ad80eae4d1444a21d5c75bea
# Dataset Card for "nov1_without_position" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tanvirsrbd1/nov1_without_position
[ "region:us" ]
2023-11-11T16:10:06+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "html", "dtype": "string"}, {"name": "response", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1568423, "num_examples": 3107}], "download_size": 509819, "dataset_...
2023-11-11T16:10:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "nov1_without_position" More Information needed
[ "# Dataset Card for \"nov1_without_position\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"nov1_without_position\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"nov1_without_position\"\n\nMore Information needed" ]
11494ea5548bb910b48191799f8cd87010e1b763
# Dataset Card for "expected_dataset_nov1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tanvirsrbd1/expected_dataset_nov1
[ "region:us" ]
2023-11-11T16:15:48+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "html", "dtype": "string"}, {"name": "response", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1568423, "num_examples": 3107}], "download_size": 509819, "dataset_...
2023-11-11T16:15:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "expected_dataset_nov1" More Information needed
[ "# Dataset Card for \"expected_dataset_nov1\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"expected_dataset_nov1\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"expected_dataset_nov1\"\n\nMore Information needed" ]
3279de2946f8a7b01d65d148c81164ecfd96c3bf
# Dataset Card for "cartoonizer-dataset-sm" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
fpochat/cartoonizer-dataset-sm
[ "region:us" ]
2023-11-11T16:16:36+00:00
{"dataset_info": {"features": [{"name": "original_image", "dtype": "image"}, {"name": "edit_prompt", "dtype": "string"}, {"name": "cartoonized_image", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 75997787.0, "num_examples": 100}], "download_size": 75999417, "dataset_size": 75997787.0}, "configs": [{"co...
2023-11-11T16:16:43+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cartoonizer-dataset-sm" More Information needed
[ "# Dataset Card for \"cartoonizer-dataset-sm\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cartoonizer-dataset-sm\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cartoonizer-dataset-sm\"\n\nMore Information needed" ]
323b1c55cf87c85dac25e1d60aa5a7da13d280cb
#### Overview This dataset is a fork from [sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context) <br> This dataset builds from [WikiSQL](https://huggingface.co/datasets/wikisql) and [Spider](https://huggingface.co/datasets/spider). There are 78,577 examples of natural language queries, SQL CREA...
detakarang/sql-create-context-id
[ "task_categories:text-generation", "task_categories:question-answering", "task_categories:table-question-answering", "size_categories:10K<n<100K", "language:id", "license:cc-by-4.0", "SQL", "code", "NLP", "text-to-sql", "context-sql", "spider", "wikisql", "sqlglot", "region:us" ]
2023-11-11T16:22:56+00:00
{"language": ["id"], "license": "cc-by-4.0", "size_categories": ["10K<n<100K"], "task_categories": ["text-generation", "question-answering", "table-question-answering"], "pretty_name": "sql-create-context-id", "tags": ["SQL", "code", "NLP", "text-to-sql", "context-sql", "spider", "wikisql", "sqlglot"]}
2023-11-18T05:40:11+00:00
[]
[ "id" ]
TAGS #task_categories-text-generation #task_categories-question-answering #task_categories-table-question-answering #size_categories-10K<n<100K #language-Indonesian #license-cc-by-4.0 #SQL #code #NLP #text-to-sql #context-sql #spider #wikisql #sqlglot #region-us
#### Overview This dataset is a fork from sql-create-context <br> This dataset builds from WikiSQL and Spider. There are 78,577 examples of natural language queries, SQL CREATE TABLE statements, and SQL Query answering the question using the CREATE statement as context. This dataset was built with text-to-sql LLMs in ...
[ "#### Overview\nThis dataset is a fork from sql-create-context <br>\nThis dataset builds from WikiSQL and Spider.\n\nThere are 78,577 examples of natural language queries, SQL CREATE TABLE statements, and SQL Query answering the question using the CREATE statement as context. This dataset was built with text-to-sql...
[ "TAGS\n#task_categories-text-generation #task_categories-question-answering #task_categories-table-question-answering #size_categories-10K<n<100K #language-Indonesian #license-cc-by-4.0 #SQL #code #NLP #text-to-sql #context-sql #spider #wikisql #sqlglot #region-us \n", "#### Overview\nThis dataset is a fork from ...
[ 101, 199, 281, 114 ]
[ "passage: TAGS\n#task_categories-text-generation #task_categories-question-answering #task_categories-table-question-answering #size_categories-10K<n<100K #language-Indonesian #license-cc-by-4.0 #SQL #code #NLP #text-to-sql #context-sql #spider #wikisql #sqlglot #region-us \n#### Overview\nThis dataset is a fork fr...
032a5026ccf7c20f88d4f21c8623c817c2e75147
# Dataset Card for "bw_spec_cls_4_00_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_00_s_200
[ "region:us" ]
2023-11-11T16:34:13+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "10", "1": "140", "2": "2", "3": "5"}}}}], "splits...
2023-11-11T16:34:24+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_00_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_00_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_00_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_00_s_200\"\n\nMore Information needed" ]
1437f742e2c6801e06660b23b0eede62aaf42d53
# Bangumi Image Base of Imaizumin Chi Wa Douyara Gal No Tamariba Ni Natteru Rashii This is the image base of bangumi Imaizumin Chi wa Douyara Gal no Tamariba ni Natteru Rashii, we detected 6 characters, 145 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed ...
BangumiBase/imaizuminchiwadouyaragalnotamaribaninatterurashii
[ "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-11T16:55:17+00:00
{"license": "mit", "size_categories": ["n<1K"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T05:37:44+00:00
[]
[]
TAGS #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Bangumi Image Base of Imaizumin Chi Wa Douyara Gal No Tamariba Ni Natteru Rashii ================================================================================ This is the image base of bangumi Imaizumin Chi wa Douyara Gal no Tamariba ni Natteru Rashii, we detected 6 characters, 145 images in total. The full datase...
[]
[ "TAGS\n#size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 32 ]
[ "passage: TAGS\n#size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
33ffb1020976a6661522549113b390ce8223d7a5
# Bangumi Image Base of Mankitsu Happening This is the image base of bangumi Mankitsu Happening, we detected 7 characters, 475 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train ...
BangumiBase/mankitsuhappening
[ "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-11T16:56:03+00:00
{"license": "mit", "size_categories": ["n<1K"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T05:37:23+00:00
[]
[]
TAGS #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Bangumi Image Base of Mankitsu Happening ======================================== This is the image base of bangumi Mankitsu Happening, we detected 7 characters, 475 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you ...
[]
[ "TAGS\n#size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 32 ]
[ "passage: TAGS\n#size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
eb0b1ecd9720e545edb91690b34db5337ab2c076
# Dataset Card for "bw_spec_cls_4_01_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_01_s_200
[ "region:us" ]
2023-11-11T16:58:34+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "141", "1": "190", "2": "193", "3": "194"}}}}], "s...
2023-11-11T16:58:46+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_01_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_01_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_01_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_01_s_200\"\n\nMore Information needed" ]
d2501814b8177ccf2578a8ad60b2f1661b102a49
# Dataset Card for "vivos-train-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/vivos-train-vectorized
[ "region:us" ]
2023-11-11T17:04:37+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 1540103696.5, "num_examples": 9964}], "download_size": 1511582741, "dataset_size": 1540103696.5}...
2023-11-11T17:06:31+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vivos-train-vectorized" More Information needed
[ "# Dataset Card for \"vivos-train-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vivos-train-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vivos-train-vectorized\"\n\nMore Information needed" ]
7015b45636115be1a8a2eca23b1b937fb713f285
# Dataset Card for "km-shorts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
en0c/km-shorts
[ "region:us" ]
2023-11-11T17:06:45+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": "audio"}], "splits": [{"name": "train", "num_bytes": 173849408.0, "num_examples": 45}], "download_size": 157813790, "dataset_size": 173849408.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-11T17:07:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "km-shorts" More Information needed
[ "# Dataset Card for \"km-shorts\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"km-shorts\"\n\nMore Information needed" ]
[ 6, 14 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"km-shorts\"\n\nMore Information needed" ]
b7a46d0ace1f21f656b158f611420a22bd4b509b
# Dataset Card for "wikipedia_token" ```ts Token count { '~1024': 5320881, '1024~2048': 693911, '2048~4096': 300935, '4096~8192': 106221, '8192~16384': 30611, '16384~32768': 4812, '32768~65536': 1253, '65536~128000': 46, '128000~': 0 } Text count { '0~1024': 2751539, '1024~2048': 1310778...
seonglae/wikipedia_token
[ "region:us" ]
2023-11-11T17:11:05+00:00
{"dataset_info": {"config_name": "gpt-4", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "token_length", "dtype": "int64"}, {"name": "text_length", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 19998333901, "num_example...
2023-11-12T02:42:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wikipedia_token"
[ "# Dataset Card for \"wikipedia_token\"" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"wikipedia_token\"" ]
[ 6, 11 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"wikipedia_token\"" ]
03e2f88d4e01a3d94097ad8bc79db98841142c41
# Dataset Card for "vlsp-train-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/vlsp-train-vectorized
[ "region:us" ]
2023-11-11T17:25:18+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 24115945291.875, "num_examples": 171441}], "download_size": 24036430824, "dataset_size": 2411594...
2023-11-11T17:47:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vlsp-train-vectorized" More Information needed
[ "# Dataset Card for \"vlsp-train-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vlsp-train-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vlsp-train-vectorized\"\n\nMore Information needed" ]
fc6b7995f3c4d7371ac8d3e5fad427fe2fdc1d3e
# Dataset Card for "processed_bert_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
marcohanna/processed_bert_dataset
[ "region:us" ]
2023-11-11T17:34:12+00:00
{"dataset_info": {"features": [{"name": "input_ids", "sequence": "int32"}, {"name": "token_type_ids", "sequence": "int8"}, {"name": "attention_mask", "sequence": "int8"}, {"name": "special_tokens_mask", "sequence": "int8"}], "splits": [{"name": "train", "num_bytes": 24027526800.0, "num_examples": 6674313}], "download_s...
2023-11-11T22:27:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "processed_bert_dataset" More Information needed
[ "# Dataset Card for \"processed_bert_dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"processed_bert_dataset\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"processed_bert_dataset\"\n\nMore Information needed" ]
64e8b8cfd2074e42b707848639cae65d8cc01e6c
# Dataset Card for "Dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
islamrokon/Dataset
[ "region:us" ]
2023-11-11T17:34:27+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "question", "dtype": "string"}, {"name": "answer", "dtype": "string"}, {"name": "input_ids", "sequence": "int32"}, {"name": "attention_ma...
2023-11-11T17:34:53+00:00
[]
[]
TAGS #region-us
# Dataset Card for "Dataset" More Information needed
[ "# Dataset Card for \"Dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"Dataset\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"Dataset\"\n\nMore Information needed" ]
8688bb13d7cea3780e627932aea8165780f63216
# Chinese International Statistical Classification of Diseases
eddielin0926/chinese-icd
[ "task_categories:text-classification", "size_categories:1M<n<10M", "language:zh", "language:en", "license:mit", "medical", "region:us" ]
2023-11-11T17:39:25+00:00
{"language": ["zh", "en"], "license": "mit", "size_categories": ["1M<n<10M"], "task_categories": ["text-classification"], "pretty_name": "chicd", "tags": ["medical"], "dataset_info": {"features": [{"name": "year", "dtype": "int32"}, {"name": "month", "dtype": "int32"}, {"name": "no", "dtype": "int32"}, {"name": "death"...
2023-11-18T14:49:09+00:00
[]
[ "zh", "en" ]
TAGS #task_categories-text-classification #size_categories-1M<n<10M #language-Chinese #language-English #license-mit #medical #region-us
# Chinese International Statistical Classification of Diseases
[ "# Chinese International Statistical Classification of Diseases" ]
[ "TAGS\n#task_categories-text-classification #size_categories-1M<n<10M #language-Chinese #language-English #license-mit #medical #region-us \n", "# Chinese International Statistical Classification of Diseases" ]
[ 46, 10 ]
[ "passage: TAGS\n#task_categories-text-classification #size_categories-1M<n<10M #language-Chinese #language-English #license-mit #medical #region-us \n# Chinese International Statistical Classification of Diseases" ]
fad3a35ea4a12a6d921949f860cc09eacf50490c
A dataset intended to teach whisper the name Gregory Vandromme
GregoryVandromme/vandromme_dataset
[ "size_categories:n<1K", "language:en", "region:us" ]
2023-11-11T17:44:39+00:00
{"language": ["en"], "size_categories": ["n<1K"], "pretty_name": "Gregory Vandromme Fine Tuner"}
2023-11-11T19:33:02+00:00
[]
[ "en" ]
TAGS #size_categories-n<1K #language-English #region-us
A dataset intended to teach whisper the name Gregory Vandromme
[]
[ "TAGS\n#size_categories-n<1K #language-English #region-us \n" ]
[ 20 ]
[ "passage: TAGS\n#size_categories-n<1K #language-English #region-us \n" ]
f05d8fdc9826038ac73d91d5bd83f8ee7e8aa498
# Dataset Card for "cv13-validation-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/cv13-validation-vectorized
[ "region:us" ]
2023-11-11T17:45:09+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 245889424, "num_examples": 256}], "download_size": 30530286, "dataset_size": 245889424}, "config...
2023-11-11T17:45:47+00:00
[]
[]
TAGS #region-us
# Dataset Card for "cv13-validation-vectorized" More Information needed
[ "# Dataset Card for \"cv13-validation-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"cv13-validation-vectorized\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"cv13-validation-vectorized\"\n\nMore Information needed" ]
5ace42fa6d09badf97a63f4fe9fb3551d0c4bdb1
# Dataset Card for "vivos-validation-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/vivos-validation-vectorized
[ "region:us" ]
2023-11-11T17:48:15+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 658006328, "num_examples": 685}], "download_size": 137741565, "dataset_size": 658006328}, "confi...
2023-11-11T17:48:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vivos-validation-vectorized" More Information needed
[ "# Dataset Card for \"vivos-validation-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vivos-validation-vectorized\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vivos-validation-vectorized\"\n\nMore Information needed" ]
04cc4ba88e1bf4c6c5479f48893b2a8671d0a698
# Dataset Card for "vlsp-validation-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pphuc25/vlsp-validation-vectorized
[ "region:us" ]
2023-11-11T17:53:41+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 7204326704, "num_examples": 7500}], "download_size": 1163119637, "dataset_size": 7204326704}, "c...
2023-11-11T17:55:48+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vlsp-validation-vectorized" More Information needed
[ "# Dataset Card for \"vlsp-validation-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vlsp-validation-vectorized\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vlsp-validation-vectorized\"\n\nMore Information needed" ]
17550c25d90d81d8d3bf4397a4fd5876264621f8
# Dataset Card for "bw_spec_cls_4_01_noise_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_01_noise_200
[ "region:us" ]
2023-11-11T18:06:21+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "141", "1": "190", "2": "193", "3": "194"}}}}], "s...
2023-11-11T18:06:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_01_noise_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_01_noise_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_01_noise_200\"\n\nMore Information needed" ]
[ 6, 25 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_01_noise_200\"\n\nMore Information needed" ]
4d746f44ab7ce7c6190194bb09ad107b72727259
# Dataset Card for "xlsum_data-xlsum_gptextsum2_results" rouge={'rouge1': 0.24568532857064015, 'rouge2': 0.08475546630975161, 'rougeL': 0.16150062220497313, 'rougeLsum': 0.16150062220497313} Bert={'precision': 0.6741343554137891, 'recall': 0.7466713432567875, 'f1': 0.7081225687867673} mover = 0.5766299898244492
arthurmluz/xlsum_data-xlsum_gptextsum2_results
[ "region:us" ]
2023-11-11T18:28:54+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "url", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "gen_summary", "dtype": "string"}, {"name": "rouge", "struct": [{"name": "rouge1", "dtype": "f...
2023-11-13T20:58:57+00:00
[]
[]
TAGS #region-us
# Dataset Card for "xlsum_data-xlsum_gptextsum2_results" rouge={'rouge1': 0.24568532857064015, 'rouge2': 0.08475546630975161, 'rougeL': 0.16150062220497313, 'rougeLsum': 0.16150062220497313} Bert={'precision': 0.6741343554137891, 'recall': 0.7466713432567875, 'f1': 0.7081225687867673} mover = 0.5766299898244492
[ "# Dataset Card for \"xlsum_data-xlsum_gptextsum2_results\"\n\nrouge={'rouge1': 0.24568532857064015, 'rouge2': 0.08475546630975161, 'rougeL': 0.16150062220497313, 'rougeLsum': 0.16150062220497313}\n\nBert={'precision': 0.6741343554137891, 'recall': 0.7466713432567875, 'f1': 0.7081225687867673}\n\nmover = 0.57662998...
[ "TAGS\n#region-us \n", "# Dataset Card for \"xlsum_data-xlsum_gptextsum2_results\"\n\nrouge={'rouge1': 0.24568532857064015, 'rouge2': 0.08475546630975161, 'rougeL': 0.16150062220497313, 'rougeLsum': 0.16150062220497313}\n\nBert={'precision': 0.6741343554137891, 'recall': 0.7466713432567875, 'f1': 0.70812256878676...
[ 6, 140 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"xlsum_data-xlsum_gptextsum2_results\"\n\nrouge={'rouge1': 0.24568532857064015, 'rouge2': 0.08475546630975161, 'rougeL': 0.16150062220497313, 'rougeLsum': 0.16150062220497313}\n\nBert={'precision': 0.6741343554137891, 'recall': 0.7466713432567875, 'f1': 0.70812256878...
2b7c3fc237f166c0025ac12e8bcdb5e7fd48b3a3
# Dataset Card for "id_card_class_da" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
erikaxenia/id_card_class_da
[ "region:us" ]
2023-11-11T18:38:17+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "valid", "path": "data/valid-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": "int64"}, {"name": "ground_truth", "dt...
2023-11-11T18:38:35+00:00
[]
[]
TAGS #region-us
# Dataset Card for "id_card_class_da" More Information needed
[ "# Dataset Card for \"id_card_class_da\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"id_card_class_da\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"id_card_class_da\"\n\nMore Information needed" ]
0fa062a4afd75e2f794f917a12902f422f54351c
# Dataset Card for "paper_test_set" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nikchar/paper_test_set
[ "region:us" ]
2023-11-11T18:47:08+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "label", "dtype": "string"}, {"name": "claim", "dtype": "string"}, {"name": "evidence_wiki_url", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "tra...
2023-11-11T18:47:10+00:00
[]
[]
TAGS #region-us
# Dataset Card for "paper_test_set" More Information needed
[ "# Dataset Card for \"paper_test_set\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"paper_test_set\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"paper_test_set\"\n\nMore Information needed" ]
1cb8ef3165230a8a9af9ab90cd32245e52bc18e4
# Dataset Card for "camera_cleaned_8192_174" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
gianma/camera_cleaned_8192_174
[ "region:us" ]
2023-11-11T18:59:20+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "is_camera", "dtype": "bool"}, {"name": "referen...
2023-11-11T18:59:27+00:00
[]
[]
TAGS #region-us
# Dataset Card for "camera_cleaned_8192_174" More Information needed
[ "# Dataset Card for \"camera_cleaned_8192_174\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"camera_cleaned_8192_174\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"camera_cleaned_8192_174\"\n\nMore Information needed" ]
b1042611596fb7901216993064f0af64407f34a2
# Dataset Card for "reuters_articles" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ashwaninbs/reuters_articles
[ "region:us" ]
2023-11-11T19:23:42+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "title", "dtype": "string"}, {"name": "body", "dtype": "string"}], "splits": [{"nam...
2023-11-11T19:23:45+00:00
[]
[]
TAGS #region-us
# Dataset Card for "reuters_articles" More Information needed
[ "# Dataset Card for \"reuters_articles\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"reuters_articles\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"reuters_articles\"\n\nMore Information needed" ]
d44789f94050843266f224805423570be8e46de4
# Dataset Card for "hubert_layer9-librispeech-asr100h_tokenized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
cmu-mlsp/hubert_layer9-librispeech-asr100h_tokenized
[ "region:us" ]
2023-11-11T20:35:58+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "validation", "path": "data/validation-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "input_ids", "sequence": "int32"}, {"name": "attention_mask", "sequence": "int8"}, ...
2023-11-11T20:36:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "hubert_layer9-librispeech-asr100h_tokenized" More Information needed
[ "# Dataset Card for \"hubert_layer9-librispeech-asr100h_tokenized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"hubert_layer9-librispeech-asr100h_tokenized\"\n\nMore Information needed" ]
[ 6, 29 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"hubert_layer9-librispeech-asr100h_tokenized\"\n\nMore Information needed" ]
a31bb2979d77b62a7ad31cdcf056d9834e6db860
--- license: mit # Dataset Card **Developed by:** [More Information Needed] **Shared by [optional]:** [More Information Needed] **Dataset type:** [More Information Needed] **Language(s) (NLP):** [More Information Needed] **License:** [More Information Needed] **Derived from dataset [optional]:** [More Information...
Taylor658/7btrain
[ "region:us" ]
2023-11-11T21:23:04+00:00
{}
2023-12-25T09:40:51+00:00
[]
[]
TAGS #region-us
--- license: mit # Dataset Card Developed by: Shared by [optional]: Dataset type: Language(s) (NLP): License: Derived from dataset [optional]: Dataset Sources [optional] Repository: Paper [optional]: Demo [optional]: Uses Direct Use Downstream Use [optional] Out-of-Scope Use Bias...
[ "# Dataset Card\n\nDeveloped by: \n\nShared by [optional]: \n\nDataset type: \n\nLanguage(s) (NLP): \n\nLicense: \n\nDerived from dataset [optional]: \n\nDataset Sources [optional]\n\n\n\nRepository: \n\nPaper [optional]: \n\nDemo [optional]: \n\nUses\n\n\n\nDirect Use\n\n\n\n\n\nDownstream Use [optional]\n\n\n\n\n...
[ "TAGS\n#region-us \n", "# Dataset Card\n\nDeveloped by: \n\nShared by [optional]: \n\nDataset type: \n\nLanguage(s) (NLP): \n\nLicense: \n\nDerived from dataset [optional]: \n\nDataset Sources [optional]\n\n\n\nRepository: \n\nPaper [optional]: \n\nDemo [optional]: \n\nUses\n\n\n\nDirect Use\n\n\n\n\n\nDownstream...
[ 6, 302 ]
[ "passage: TAGS\n#region-us \n# Dataset Card\n\nDeveloped by: \n\nShared by [optional]: \n\nDataset type: \n\nLanguage(s) (NLP): \n\nLicense: \n\nDerived from dataset [optional]: \n\nDataset Sources [optional]\n\n\n\nRepository: \n\nPaper [optional]: \n\nDemo [optional]: \n\nUses\n\n\n\nDirect Use\n\n\n\n\n\nDownstr...
968b1e018fe8a67bc9866e3e2cd7ed803596ba58
# Dataset Card for "amsProject" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mpingale/amsProject
[ "region:us" ]
2023-11-11T21:41:43+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "Question", "dtype": "string"}, {"name": "Answer", "dtype": "string"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 53628, "num_examples": 157}]...
2023-11-11T21:49:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "amsProject" More Information needed
[ "# Dataset Card for \"amsProject\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"amsProject\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"amsProject\"\n\nMore Information needed" ]
b17214059bafed945fd6bada4875262c9be80f7d
# Dataset Card for "apt-openchat-micro-dataset-llm-v2-714k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
communityai/apt-openchat-micro-dataset-llm-v2-714k
[ "region:us" ]
2023-11-11T21:58:51+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "source", "dtype": "string"}, {"name": "system", "dtype": "string"}, {"name": "items", "list": [{"name"...
2023-11-11T22:00:20+00:00
[]
[]
TAGS #region-us
# Dataset Card for "apt-openchat-micro-dataset-llm-v2-714k" More Information needed
[ "# Dataset Card for \"apt-openchat-micro-dataset-llm-v2-714k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"apt-openchat-micro-dataset-llm-v2-714k\"\n\nMore Information needed" ]
[ 6, 29 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"apt-openchat-micro-dataset-llm-v2-714k\"\n\nMore Information needed" ]
666d58405e5e43a07c9fb6183e8ca9d39a5dbfbc
# Dataset Card for "wikilingua_data-xlsum_gptextsum2_results" rouge={'rouge1': 0.23113123759141438, 'rouge2': 0.05897907319516351, 'rougeL': 0.1471722974589301, 'rougeLsum': 0.1471722974589301} Bert={'precision': 0.6712379331977106, 'recall': 0.7217950811286828, 'f1': 0.6946700280784319} mover =0.5794994539303318
arthurmluz/wikilingua_data-xlsum_gptextsum2_results
[ "region:us" ]
2023-11-11T22:18:06+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "text", "dtype": "string"}, {"name": "summary", "dtype": "string"}, {"name": "gen_summary", "dtype": "string"}, {"name": "rouge", "struct": [{"name": "rouge1", "dtype": "float64"}, {"name": "rouge2", "dtype": "float64"}, {"name": "rougeL", "dtype...
2023-11-13T19:52:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wikilingua_data-xlsum_gptextsum2_results" rouge={'rouge1': 0.23113123759141438, 'rouge2': 0.05897907319516351, 'rougeL': 0.1471722974589301, 'rougeLsum': 0.1471722974589301} Bert={'precision': 0.6712379331977106, 'recall': 0.7217950811286828, 'f1': 0.6946700280784319} mover =0.5794994539303318
[ "# Dataset Card for \"wikilingua_data-xlsum_gptextsum2_results\"\n\nrouge={'rouge1': 0.23113123759141438, 'rouge2': 0.05897907319516351, 'rougeL': 0.1471722974589301, 'rougeLsum': 0.1471722974589301}\n\nBert={'precision': 0.6712379331977106, 'recall': 0.7217950811286828, 'f1': 0.6946700280784319}\n\nmover =0.579499...
[ "TAGS\n#region-us \n", "# Dataset Card for \"wikilingua_data-xlsum_gptextsum2_results\"\n\nrouge={'rouge1': 0.23113123759141438, 'rouge2': 0.05897907319516351, 'rougeL': 0.1471722974589301, 'rougeLsum': 0.1471722974589301}\n\nBert={'precision': 0.6712379331977106, 'recall': 0.7217950811286828, 'f1': 0.69467002807...
[ 6, 141 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"wikilingua_data-xlsum_gptextsum2_results\"\n\nrouge={'rouge1': 0.23113123759141438, 'rouge2': 0.05897907319516351, 'rougeL': 0.1471722974589301, 'rougeLsum': 0.1471722974589301}\n\nBert={'precision': 0.6712379331977106, 'recall': 0.7217950811286828, 'f1': 0.69467002...
3801482d0e59aa596d0c385d9b9445a5c39a80b0
# Bangumi Image Base of Yu-gi-oh! This is the image base of bangumi Yu-Gi-Oh!, we detected 90 characters, 17815 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models using th...
BangumiBase/yugioh
[ "size_categories:10K<n<100K", "license:mit", "art", "region:us" ]
2023-11-11T22:43:28+00:00
{"license": "mit", "size_categories": ["10K<n<100K"], "tags": ["art"]}
2023-11-12T03:43:04+00:00
[]
[]
TAGS #size_categories-10K<n<100K #license-mit #art #region-us
Bangumi Image Base of Yu-gi-oh! =============================== This is the image base of bangumi Yu-Gi-Oh!, we detected 90 characters, 17815 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you intend to manually train...
[]
[ "TAGS\n#size_categories-10K<n<100K #license-mit #art #region-us \n" ]
[ 25 ]
[ "passage: TAGS\n#size_categories-10K<n<100K #license-mit #art #region-us \n" ]
0d94f939c6c81d3a9783e2efbcbab1032fb9f7d9
# Alpaca vs. Alpaca <img src="./alpacavsalpaca.jpeg" style="display: block; margin-left: auto; margin-right: auto; width: 30%;"> ## Dataset Description The Alpaca vs. Alpaca dataset is a curated blend of the [Alpaca dataset](https://huggingface.co/datasets/tatsu-lab/alpaca) and the [Alpaca GPT-4 dataset](https://hug...
efederici/alpaca-vs-alpaca-dpo
[ "task_categories:conversational", "size_categories:10K<n<100K", "language:en", "dpo", "rlhf", "region:us" ]
2023-11-11T23:04:26+00:00
{"language": ["en"], "size_categories": ["10K<n<100K"], "task_categories": ["conversational"], "pretty_name": "alpaca_vs_alpaca", "dataset_info": {"features": [{"name": "prompt", "dtype": "string"}, {"name": "rejected", "list": [{"name": "content", "dtype": "string"}, {"name": "role", "dtype": "string"}]}, {"name": "ch...
2023-11-12T01:38:51+00:00
[]
[ "en" ]
TAGS #task_categories-conversational #size_categories-10K<n<100K #language-English #dpo #rlhf #region-us
# Alpaca vs. Alpaca <img src="./URL" style="display: block; margin-left: auto; margin-right: auto; width: 30%;"> ## Dataset Description The Alpaca vs. Alpaca dataset is a curated blend of the Alpaca dataset and the Alpaca GPT-4 dataset, both available on HuggingFace Datasets. It uses the standard GPT dataset as the ...
[ "# Alpaca vs. Alpaca\n\n<img src=\"./URL\" style=\"display: block; margin-left: auto; margin-right: auto; width: 30%;\">" ]
[ "TAGS\n#task_categories-conversational #size_categories-10K<n<100K #language-English #dpo #rlhf #region-us \n", "# Alpaca vs. Alpaca\n\n<img src=\"./URL\" style=\"display: block; margin-left: auto; margin-right: auto; width: 30%;\">" ]
[ 39, 43 ]
[ "passage: TAGS\n#task_categories-conversational #size_categories-10K<n<100K #language-English #dpo #rlhf #region-us \n# Alpaca vs. Alpaca\n\n<img src=\"./URL\" style=\"display: block; margin-left: auto; margin-right: auto; width: 30%;\">" ]
19762931ba70e6d60f09c86e15ec3c16decde325
Data generated by the GPT-4 API!
textminr/ner
[ "size_categories:n<1K", "language:en", "language:de", "region:us" ]
2023-11-11T23:07:01+00:00
{"language": ["en", "de"], "size_categories": ["n<1K"], "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "train.jsonl"}, {"split": "validation", "path": "validation.jsonl"}]}]}
2023-12-02T21:03:35+00:00
[]
[ "en", "de" ]
TAGS #size_categories-n<1K #language-English #language-German #region-us
Data generated by the GPT-4 API!
[]
[ "TAGS\n#size_categories-n<1K #language-English #language-German #region-us \n" ]
[ 24 ]
[ "passage: TAGS\n#size_categories-n<1K #language-English #language-German #region-us \n" ]
1f3d430135c4a1685b48bda2adc56b11dc9fe6c0
# Topic Labeling This is a carefully crafted dataset for topic labeling. It maps a series of words (generated by topic models like LDA, Top2Vec etc.) to a topic label so that LLMs like T5, Mistral etc. can be fine-tuned on this dataset to generate topic labels for a given text. Parts of this dataset have been labeled...
textminr/topic-labeling
[ "task_categories:text-classification", "size_categories:n<1K", "language:en", "region:us" ]
2023-11-11T23:15:02+00:00
{"language": ["en"], "size_categories": ["n<1K"], "task_categories": ["text-classification"], "pretty_name": "Topic Labeling", "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": ["base/train.jsonl", "mn-ds/train.jsonl"]}]}]}
2023-12-30T20:28:47+00:00
[]
[ "en" ]
TAGS #task_categories-text-classification #size_categories-n<1K #language-English #region-us
# Topic Labeling This is a carefully crafted dataset for topic labeling. It maps a series of words (generated by topic models like LDA, Top2Vec etc.) to a topic label so that LLMs like T5, Mistral etc. can be fine-tuned on this dataset to generate topic labels for a given text. Parts of this dataset have been labeled...
[ "# Topic Labeling\n\nThis is a carefully crafted dataset for topic labeling. It maps a series of words (generated by topic models like LDA, Top2Vec etc.) to a topic label so that LLMs like T5, Mistral etc. can be fine-tuned on this dataset to generate topic labels for a given text. Parts of this dataset have been l...
[ "TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #region-us \n", "# Topic Labeling\n\nThis is a carefully crafted dataset for topic labeling. It maps a series of words (generated by topic models like LDA, Top2Vec etc.) to a topic label so that LLMs like T5, Mistral etc. can be f...
[ 31, 114 ]
[ "passage: TAGS\n#task_categories-text-classification #size_categories-n<1K #language-English #region-us \n# Topic Labeling\n\nThis is a carefully crafted dataset for topic labeling. It maps a series of words (generated by topic models like LDA, Top2Vec etc.) to a topic label so that LLMs like T5, Mistral etc. can b...
61bf16d9072a7725820fb05db1c5fb21d6fcfb38
# Dataset Card for "GraySpectrotram_example" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mb23/GraySpectrotram_example
[ "region:us" ]
2023-11-11T23:43:55+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "caption", "dtype": "string"}, {"name": "data_idx", "dtype": "int32"}, {"name": "number", "dtype": "...
2023-11-11T23:45:07+00:00
[]
[]
TAGS #region-us
# Dataset Card for "GraySpectrotram_example" More Information needed
[ "# Dataset Card for \"GraySpectrotram_example\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"GraySpectrotram_example\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"GraySpectrotram_example\"\n\nMore Information needed" ]
e0b2c06254f499357f9a438796723dc5101ed893
# Dataset Card for "boolq" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
automated-research-group/boolq
[ "region:us" ]
2023-11-12T00:32:57+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "request", "dtype": "string"}, {"name": "response", "dtype": "string"}], "splits": [{"name": "validation", "num_bytes": 2490820, "num_examples": 3270}], "download_size": 1390879, "dataset_size": 2490820}, "configs": [{"config_name": "default", "...
2023-11-12T00:32:58+00:00
[]
[]
TAGS #region-us
# Dataset Card for "boolq" More Information needed
[ "# Dataset Card for \"boolq\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"boolq\"\n\nMore Information needed" ]
[ 6, 12 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"boolq\"\n\nMore Information needed" ]
77a269a896b4a1987beead70a2f7d6165ccf3e40
# Dataset Card for "236_images" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mdass/236_images
[ "region:us" ]
2023-11-12T00:56:38+00:00
{"dataset_info": {"features": [{"name": "logoName", "dtype": "string"}, {"name": "fileName", "dtype": "string"}, {"name": "image", "dtype": "binary"}, {"name": "name", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1799478, "num_examples": 100}], "download_size": 1789315, "dataset_size": 1799478}, "conf...
2023-11-12T01:11:26+00:00
[]
[]
TAGS #region-us
# Dataset Card for "236_images" More Information needed
[ "# Dataset Card for \"236_images\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"236_images\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"236_images\"\n\nMore Information needed" ]
23d3c93102160648cea5462581cb06a4a83b59b7
# Dataset Card for "236_rand_images" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mdass/236_rand_images
[ "region:us" ]
2023-11-12T01:12:15+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "name", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1996549.0, "num_examples": 100}], "download_size": 1991185, "dataset_size": 1996549.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "da...
2023-11-12T01:15:11+00:00
[]
[]
TAGS #region-us
# Dataset Card for "236_rand_images" More Information needed
[ "# Dataset Card for \"236_rand_images\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"236_rand_images\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"236_rand_images\"\n\nMore Information needed" ]
f48aaaf02319f279db7d5baadd184f63641b9964
# Dataset Card for "236_rand__images" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mdass/236_rand__images
[ "region:us" ]
2023-11-12T01:15:31+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "name", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 1996549.0, "num_examples": 100}], "download_size": 1991185, "dataset_size": 1996549.0}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "da...
2023-11-12T01:15:33+00:00
[]
[]
TAGS #region-us
# Dataset Card for "236_rand__images" More Information needed
[ "# Dataset Card for \"236_rand__images\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"236_rand__images\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"236_rand__images\"\n\nMore Information needed" ]
702e954dd605de9ce26019dd2c28cd2f1dae00c7
# Dataset Card for TechDebt This dataset was generated from [The Technical Debt Dataset](https://github.com/clowee/The-Technical-Debt-Dataset) created by Lenarduzzi, et al. and the citation is down below. ## Dataset Details and Structure The labels for the dataset were provided by the SZZ algorithm cited by the pap...
davidgaofc/techdebt
[ "license:mit", "region:us" ]
2023-11-12T01:17:00+00:00
{"license": "mit", "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "validation", "path": "data/validation-*"}]}], "dataset_info": {"features": [{"name": "Diff", "dtype": "string"}, {"name": "FaultInducingLabel", "dtype...
2023-12-04T05:10:59+00:00
[]
[]
TAGS #license-mit #region-us
# Dataset Card for TechDebt This dataset was generated from The Technical Debt Dataset created by Lenarduzzi, et al. and the citation is down below. ## Dataset Details and Structure The labels for the dataset were provided by the SZZ algorithm cited by the paper and matched to the diff in the commit where the techn...
[ "# Dataset Card for TechDebt\n\nThis dataset was generated from The Technical Debt Dataset created by Lenarduzzi, et al. and the citation is down below.", "## Dataset Details and Structure\n\nThe labels for the dataset were provided by the SZZ algorithm cited by the paper and matched to the diff in the commit whe...
[ "TAGS\n#license-mit #region-us \n", "# Dataset Card for TechDebt\n\nThis dataset was generated from The Technical Debt Dataset created by Lenarduzzi, et al. and the citation is down below.", "## Dataset Details and Structure\n\nThe labels for the dataset were provided by the SZZ algorithm cited by the paper and...
[ 11, 40, 59, 48, 28, 53 ]
[ "passage: TAGS\n#license-mit #region-us \n# Dataset Card for TechDebt\n\nThis dataset was generated from The Technical Debt Dataset created by Lenarduzzi, et al. and the citation is down below.## Dataset Details and Structure\n\nThe labels for the dataset were provided by the SZZ algorithm cited by the paper and ma...
f1f8f0b5277010c76185a5e9b43584533896ef88
# Dataset Card for "random100logos" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
myradeng/random100logos
[ "region:us" ]
2023-11-12T01:21:03+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 26101910.641344957, "num_examples": 100}], "download_size": 28235002, "dataset_size": 26101910.641344957}, "configs": [{"config_name": "default", "data_files": [{"split": "...
2023-11-12T01:21:06+00:00
[]
[]
TAGS #region-us
# Dataset Card for "random100logos" More Information needed
[ "# Dataset Card for \"random100logos\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"random100logos\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"random100logos\"\n\nMore Information needed" ]
86626f20d2555bb4e2a361606e7f8b09e147bc8b
# HaluEval-SFT Dataset HaluEval-SFT Dataset is derived from the HaluEval(https://github.com/RUCAIBox/HaluEval), focusing on enhancing model capabilities in recognizing hallucinations. The dataset comprises a total of 65,000 data points, partitioned into training, validation, and test sets with a ratio of 0.7/0.15/0.15...
jzjiao/halueval-sft
[ "task_categories:question-answering", "task_categories:conversational", "size_categories:10K<n<100K", "language:en", "license:mit", "region:us" ]
2023-11-12T01:25:35+00:00
{"language": ["en"], "license": "mit", "size_categories": ["10K<n<100K"], "task_categories": ["question-answering", "conversational"], "pretty_name": "HaluEval-SFT", "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}, {"split": "val...
2023-11-12T01:44:13+00:00
[]
[ "en" ]
TAGS #task_categories-question-answering #task_categories-conversational #size_categories-10K<n<100K #language-English #license-mit #region-us
# HaluEval-SFT Dataset HaluEval-SFT Dataset is derived from the HaluEval(URL focusing on enhancing model capabilities in recognizing hallucinations. The dataset comprises a total of 65,000 data points, partitioned into training, validation, and test sets with a ratio of 0.7/0.15/0.15, respectively. ## Getting Started...
[ "# HaluEval-SFT Dataset\n\nHaluEval-SFT Dataset is derived from the HaluEval(URL focusing on enhancing model capabilities in recognizing hallucinations. The dataset comprises a total of 65,000 data points, partitioned into training, validation, and test sets with a ratio of 0.7/0.15/0.15, respectively.", "## Gett...
[ "TAGS\n#task_categories-question-answering #task_categories-conversational #size_categories-10K<n<100K #language-English #license-mit #region-us \n", "# HaluEval-SFT Dataset\n\nHaluEval-SFT Dataset is derived from the HaluEval(URL focusing on enhancing model capabilities in recognizing hallucinations. The dataset...
[ 49, 86, 4, 137 ]
[ "passage: TAGS\n#task_categories-question-answering #task_categories-conversational #size_categories-10K<n<100K #language-English #license-mit #region-us \n# HaluEval-SFT Dataset\n\nHaluEval-SFT Dataset is derived from the HaluEval(URL focusing on enhancing model capabilities in recognizing hallucinations. The data...
3f4ec59744e0f08f0a1078fa32dc0fcbc78a5d08
# Dataset Card for "complexquestion_2WIKIMQA" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
presencesw/complexquestion_2WIKIMQA
[ "region:us" ]
2023-11-12T01:57:45+00:00
{"dataset_info": {"features": [{"name": "entities", "sequence": "null"}, {"name": "triplets", "sequence": "null"}, {"name": "answer", "dtype": "string"}, {"name": "complex_question", "dtype": "string"}, {"name": "system_prompt", "dtype": "string"}, {"name": "user_prompt", "dtype": "string"}], "splits": [{"name": "train...
2023-11-12T01:57:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "complexquestion_2WIKIMQA" More Information needed
[ "# Dataset Card for \"complexquestion_2WIKIMQA\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"complexquestion_2WIKIMQA\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"complexquestion_2WIKIMQA\"\n\nMore Information needed" ]
2255c68724b896d27368cbf448823a415f92dc10
# Dataset Card for "complexquestion_2WIKIMQA_test" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
presencesw/complexquestion_2WIKIMQA_test
[ "region:us" ]
2023-11-12T02:10:35+00:00
{"dataset_info": {"features": [{"name": "entities", "sequence": "null"}, {"name": "triplets", "sequence": "null"}, {"name": "answer", "dtype": "string"}, {"name": "complex_question", "dtype": "string"}, {"name": "system_prompt", "dtype": "string"}, {"name": "user_prompt", "dtype": "string"}, {"name": "gpt_answer", "dty...
2023-11-12T06:11:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for "complexquestion_2WIKIMQA_test" More Information needed
[ "# Dataset Card for \"complexquestion_2WIKIMQA_test\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"complexquestion_2WIKIMQA_test\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"complexquestion_2WIKIMQA_test\"\n\nMore Information needed" ]
60399f7a6fd2ccdc35e0ac3a14654f3dfcbde77b
Recipe and flavor pairings dataset(s) to be used for LLM training.
PunkWe1ght/embers
[ "license:mit", "region:us" ]
2023-11-12T03:00:59+00:00
{"license": "mit"}
2023-11-12T03:43:08+00:00
[]
[]
TAGS #license-mit #region-us
Recipe and flavor pairings dataset(s) to be used for LLM training.
[]
[ "TAGS\n#license-mit #region-us \n" ]
[ 11 ]
[ "passage: TAGS\n#license-mit #region-us \n" ]
579c4730d30fbb18dc9d99816ba77f5010cf4a71
# Dataset Card for "bud500-validation-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
linhtran92/bud500-validation-vectorized
[ "region:us" ]
2023-11-12T03:10:05+00:00
{"dataset_info": {"features": [{"name": "input_features", "sequence": {"sequence": "float32"}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 7203781608, "num_examples": 7500}], "download_size": 887242283, "dataset_size": 7203781608}, "co...
2023-11-12T03:11:56+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bud500-validation-vectorized" More Information needed
[ "# Dataset Card for \"bud500-validation-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bud500-validation-vectorized\"\n\nMore Information needed" ]
[ 6, 20 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bud500-validation-vectorized\"\n\nMore Information needed" ]
6c680d96f5df324e630900b07807151ca94a0a5c
"Reddit Test Dataset."
ccibeekeoc42/reddit-demo
[ "region:us" ]
2023-11-12T03:18:36+00:00
{}
2023-11-12T04:11:07+00:00
[]
[]
TAGS #region-us
"Reddit Test Dataset."
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
2a11b04e2decae8b66acbfcecabeff8f255aacff
# Dataset Card for "bud500-train-vectorized" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
linhtran92/bud500-train-vectorized
[ "region:us" ]
2023-11-12T03:22:42+00:00
{"dataset_info": {"features": [{"name": "audio", "dtype": {"audio": {"sampling_rate": 16000}}}, {"name": "input_length", "dtype": "int64"}, {"name": "labels", "sequence": "int64"}], "splits": [{"name": "train", "num_bytes": 52146799652.25, "num_examples": 634158}], "download_size": 51473857661, "dataset_size": 52146799...
2023-11-12T04:10:07+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bud500-train-vectorized" More Information needed
[ "# Dataset Card for \"bud500-train-vectorized\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bud500-train-vectorized\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bud500-train-vectorized\"\n\nMore Information needed" ]
bac4c094196f51c3573acff24c80b075236456d1
# 弱智吧数据集 wisdomBar dataset 弱智吧是百度贴吧中的一个非常受欢迎的论坛,以创作短小精悍而闻名。 这里是截至2023/11/10日前的raw data。 ## Todo - get the top 5 answers to each post - clean the data - a joke dataset(pure text/multimodal) - a feasibility dataset - a new benchmark for LLM
kirp/wisdomBar
[ "task_categories:text-generation", "size_categories:100K<n<1M", "language:zh", "license:apache-2.0", "region:us" ]
2023-11-12T03:35:51+00:00
{"language": ["zh"], "license": "apache-2.0", "size_categories": ["100K<n<1M"], "task_categories": ["text-generation"], "pretty_name": "\u5f31\u667a\u5427\u6570\u636e\u96c6", "author": "Ang Li, Yilin Jia"}
2023-12-23T08:50:11+00:00
[]
[ "zh" ]
TAGS #task_categories-text-generation #size_categories-100K<n<1M #language-Chinese #license-apache-2.0 #region-us
# 弱智吧数据集 wisdomBar dataset 弱智吧是百度贴吧中的一个非常受欢迎的论坛,以创作短小精悍而闻名。 这里是截至2023/11/10日前的raw data。 ## Todo - get the top 5 answers to each post - clean the data - a joke dataset(pure text/multimodal) - a feasibility dataset - a new benchmark for LLM
[ "# 弱智吧数据集 wisdomBar dataset\n弱智吧是百度贴吧中的一个非常受欢迎的论坛,以创作短小精悍而闻名。\n这里是截至2023/11/10日前的raw data。", "## Todo\n- get the top 5 answers to each post\n- clean the data\n- a joke dataset(pure text/multimodal)\n- a feasibility dataset\n- a new benchmark for LLM" ]
[ "TAGS\n#task_categories-text-generation #size_categories-100K<n<1M #language-Chinese #license-apache-2.0 #region-us \n", "# 弱智吧数据集 wisdomBar dataset\n弱智吧是百度贴吧中的一个非常受欢迎的论坛,以创作短小精悍而闻名。\n这里是截至2023/11/10日前的raw data。", "## Todo\n- get the top 5 answers to each post\n- clean the data\n- a joke dataset(pure text/multi...
[ 42, 49, 44 ]
[ "passage: TAGS\n#task_categories-text-generation #size_categories-100K<n<1M #language-Chinese #license-apache-2.0 #region-us \n# 弱智吧数据集 wisdomBar dataset\n弱智吧是百度贴吧中的一个非常受欢迎的论坛,以创作短小精悍而闻名。\n这里是截至2023/11/10日前的raw data。## Todo\n- get the top 5 answers to each post\n- clean the data\n- a joke dataset(pure text/multimod...
1793ac71cd694b62d70308b06539e8fb433d1c62
# Dataset Card for "complexquestion_2WIKIMQA_1000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
presencesw/complexquestion_2WIKIMQA_1000
[ "region:us" ]
2023-11-12T03:42:53+00:00
{"dataset_info": {"features": [{"name": "entities", "sequence": "null"}, {"name": "triplets", "sequence": "null"}, {"name": "answer", "dtype": "string"}, {"name": "complex_question", "dtype": "string"}, {"name": "system_prompt", "dtype": "string"}, {"name": "user_prompt", "dtype": "string"}, {"name": "gpt_answer", "dty...
2023-11-12T14:30:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "complexquestion_2WIKIMQA_1000" More Information needed
[ "# Dataset Card for \"complexquestion_2WIKIMQA_1000\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"complexquestion_2WIKIMQA_1000\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"complexquestion_2WIKIMQA_1000\"\n\nMore Information needed" ]
b159e671b8a4a58b67405271dd29d943d3b46a72
# Dataset Card for "zalo-banner" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
tinyswish/zalo-banner
[ "region:us" ]
2023-11-12T04:33:45+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 86562703.13, "num_examples":...
2023-11-12T04:40:05+00:00
[]
[]
TAGS #region-us
# Dataset Card for "zalo-banner" More Information needed
[ "# Dataset Card for \"zalo-banner\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"zalo-banner\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"zalo-banner\"\n\nMore Information needed" ]
5568720f3cb5823db75030b5d4ce434d36404a63
# Dataset Card for "wiki_dpr_token" ## Distribution ```ts [ { // Token length '~128': 2625007, '128~256': 18370607, '256~512': 19066, '512~1024': 571, '1024~2048': 47, '2048~4096': 2, '4096~8192': 0, '8192~16384': 0, '16384~32768': 0, '32768~65536': 0, '65536~128000': 0, ...
seonglae/wiki_dpr_token
[ "region:us" ]
2023-11-12T04:39:03+00:00
{"dataset_info": {"config_name": "gpt-4", "features": [{"name": "id", "dtype": "string"}, {"name": "title", "dtype": "string"}, {"name": "text", "dtype": "string"}, {"name": "token_length", "dtype": "int64"}, {"name": "text_length", "dtype": "int64"}], "splits": [{"name": "train", "num_bytes": 14112430156, "num_example...
2023-11-12T15:55:28+00:00
[]
[]
TAGS #region-us
# Dataset Card for "wiki_dpr_token" ## Distribution
[ "# Dataset Card for \"wiki_dpr_token\"", "## Distribution" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"wiki_dpr_token\"", "## Distribution" ]
[ 6, 14, 3 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"wiki_dpr_token\"## Distribution" ]
ca02f979368ebd7569ee2e29eed77e695a9e066b
# Dataset Card for "news_to_json03" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
growth-cadet/news_to_json03
[ "region:us" ]
2023-11-12T05:34:05+00:00
{"dataset_info": {"features": [{"name": "instruction", "dtype": "string"}, {"name": "context", "dtype": "string"}, {"name": "response", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 20200359, "num_examples": 4098}], "download_size": 8992826, "dataset_size": 20200359}, "configs": [{"config_name": "defau...
2023-11-12T05:39:25+00:00
[]
[]
TAGS #region-us
# Dataset Card for "news_to_json03" More Information needed
[ "# Dataset Card for \"news_to_json03\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"news_to_json03\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"news_to_json03\"\n\nMore Information needed" ]
037a4267da40498fa588a4f76daacb0a6ffb9898
# Dataset Card for "translated-samples" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
IndonesiaAI/translated-samples
[ "region:us" ]
2023-11-12T06:02:47+00:00
{"dataset_info": {"features": [{"name": "qid", "dtype": "int64"}, {"name": "question", "dtype": "string"}, {"name": "response_j", "dtype": "string"}, {"name": "response_k", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 27784014.883398503, "num_examples": 10000}], "download_size": 16825459, "dataset_siz...
2023-11-12T06:28:00+00:00
[]
[]
TAGS #region-us
# Dataset Card for "translated-samples" More Information needed
[ "# Dataset Card for \"translated-samples\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"translated-samples\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"translated-samples\"\n\nMore Information needed" ]
5909d267b00c49112bd5d9005db49c7ccb49623f
# Dataset Card for "traditional_clothes" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nguyenth1312/traditional_clothes
[ "region:us" ]
2023-11-12T06:03:08+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "Unnamed: 0", "dtype": "int64"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 148739545.0, "num_examples": 59}], "download_size": 110961466, "dataset_size": 148739545.0}, "configs": [{"config_name": "default"...
2023-11-12T06:03:13+00:00
[]
[]
TAGS #region-us
# Dataset Card for "traditional_clothes" More Information needed
[ "# Dataset Card for \"traditional_clothes\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"traditional_clothes\"\n\nMore Information needed" ]
[ 6, 16 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"traditional_clothes\"\n\nMore Information needed" ]
3210bb8ba4b87cba0d522650e45f31d283f5351a
# Dataset Card for "context_extension-vicuna-v1.3-7k" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
sade-adrien/context_extension-vicuna-v1.3-7k
[ "region:us" ]
2023-11-12T06:08:51+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "val", "path": "data/val-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "meta", "dtype": "string"}, {"name": "input_ids", "sequence": "int32"}, {"name": "attention_mask", "se...
2023-11-12T06:09:34+00:00
[]
[]
TAGS #region-us
# Dataset Card for "context_extension-vicuna-v1.3-7k" More Information needed
[ "# Dataset Card for \"context_extension-vicuna-v1.3-7k\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"context_extension-vicuna-v1.3-7k\"\n\nMore Information needed" ]
[ 6, 23 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"context_extension-vicuna-v1.3-7k\"\n\nMore Information needed" ]
bf1b4bfc31dc0e39a51c5fc6528afe456d039ffe
# Dataset Card for "textbook_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mjphayes/textbook_dataset
[ "region:us" ]
2023-11-12T06:27:24+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 729355, "num_examples": 8605}], "download_size": 371479, "dataset_size": 729355}}
2023-11-12T06:27:32+00:00
[]
[]
TAGS #region-us
# Dataset Card for "textbook_dataset" More Information needed
[ "# Dataset Card for \"textbook_dataset\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"textbook_dataset\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"textbook_dataset\"\n\nMore Information needed" ]
eb21cd082d2619bb125e800798679db32fb93cea
# Dataset Card for "mnli-mock-contrastive-axes" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
iamroot/mnli-mock-contrastive-axes
[ "region:us" ]
2023-11-12T06:31:09+00:00
{"dataset_info": {"features": [{"name": "label", "dtype": {"class_label": {"names": {"0": "entailment", "1": "neutral", "2": "contradiction"}}}}, {"name": "text_a", "dtype": "string"}, {"name": "text_b", "dtype": "string"}, {"name": "prompt", "dtype": "string"}, {"name": "text_a_embedding", "sequence": "float32"}, {"na...
2023-11-12T20:04:49+00:00
[]
[]
TAGS #region-us
# Dataset Card for "mnli-mock-contrastive-axes" More Information needed
[ "# Dataset Card for \"mnli-mock-contrastive-axes\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"mnli-mock-contrastive-axes\"\n\nMore Information needed" ]
[ 6, 22 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"mnli-mock-contrastive-axes\"\n\nMore Information needed" ]
267b20168afa5d6983661328fa33350595c304f6
# Dataset Card for "vietnamese_feat" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nguyenth1312/vietnamese_feat
[ "region:us" ]
2023-11-12T06:47:10+00:00
{"dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "Unnamed: 0", "dtype": "int64"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 423262848.0, "num_examples": 144}], "download_size": 371383004, "dataset_size": 423262848.0}, "configs": [{"config_name": "default...
2023-11-12T06:47:29+00:00
[]
[]
TAGS #region-us
# Dataset Card for "vietnamese_feat" More Information needed
[ "# Dataset Card for \"vietnamese_feat\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"vietnamese_feat\"\n\nMore Information needed" ]
[ 6, 15 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"vietnamese_feat\"\n\nMore Information needed" ]
d64e4564cc1cf41488460f63c06cdb2b1a57371f
# Bangumi Image Base of Yakin Byoutou This is the image base of bangumi Yakin Byoutou, we detected 28 characters, 2053 images in total. The full dataset is [here](all.zip). **Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual.** If you intend to manually train models u...
BangumiBase/yakinbyoutou
[ "size_categories:1K<n<10K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T06:47:32+00:00
{"license": "mit", "size_categories": ["1K<n<10K"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T07:34:43+00:00
[]
[]
TAGS #size_categories-1K<n<10K #license-mit #art #not-for-all-audiences #region-us
Bangumi Image Base of Yakin Byoutou =================================== This is the image base of bangumi Yakin Byoutou, we detected 28 characters, 2053 images in total. The full dataset is here. Please note that these image bases are not guaranteed to be 100% cleaned, they may be noisy actual. If you intend to man...
[]
[ "TAGS\n#size_categories-1K<n<10K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 34 ]
[ "passage: TAGS\n#size_categories-1K<n<10K #license-mit #art #not-for-all-audiences #region-us \n" ]
72de8570cba9ef72f506110a861937d54600ae02
# Dataset Card for "datasetv2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
gokul00060/datasetv2
[ "region:us" ]
2023-11-12T07:39:12+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 11145, "num_examples": 52}], "download_size": 3564, "dataset_size": 11145}, "configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}]}
2023-11-12T07:59:37+00:00
[]
[]
TAGS #region-us
# Dataset Card for "datasetv2" More Information needed
[ "# Dataset Card for \"datasetv2\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"datasetv2\"\n\nMore Information needed" ]
[ 6, 14 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"datasetv2\"\n\nMore Information needed" ]
04cea3e718275adf1c2439b4da417e17888441c1
# Dataset of Airi Akizuki This is the dataset of Airi Akizuki, containing 799 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ...
CyberHarem/airi_akizuki_onichichi
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T07:42:56+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T07:57:44+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Airi Akizuki ======================= This is the dataset of Airi Akizuki, containing 799 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).
[]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 44 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
447c62477cc98c874363b283eed5d99d08a5da16
# Dataset Card for "environment-multi-labels-even" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
peterbeamish/environment-multi-labels-even
[ "region:us" ]
2023-11-12T07:51:31+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "filename", "dtype": "string"}, {"name": "content", "dtype": "string"}, {"name": "environment", "sequence": "string"}, {"name": "variable...
2023-11-23T20:29:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "environment-multi-labels-even" More Information needed
[ "# Dataset Card for \"environment-multi-labels-even\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"environment-multi-labels-even\"\n\nMore Information needed" ]
[ 6, 19 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"environment-multi-labels-even\"\n\nMore Information needed" ]
6e5f278b6fd864abf1ab27d3ff5064e2ef7acaea
[oasst1-89k-ja](https://huggingface.co/datasets/kunishou/oasst1-89k-ja)をチャット形式に変換したデータセットになります。 マルチターン会話でのファインチューニングをする際にご活用下さい(1レコードのトークン長が大きいのでそれなりの計算リソースが必要になります)。 フォーマットは ShareGPT 形式になっています。ファインチューニングをする際は[こちらの記事](https://note.com/npaka/n/n7cbe6f11526c)を参考にして下さい。 oasst1-ja-89k Repository https://github.com/k...
kunishou/oasst1-chat-44k-ja
[ "language:ja", "license:apache-2.0", "region:us" ]
2023-11-12T07:53:04+00:00
{"language": ["ja"], "license": "apache-2.0"}
2023-12-25T13:22:22+00:00
[]
[ "ja" ]
TAGS #language-Japanese #license-apache-2.0 #region-us
oasst1-89k-jaをチャット形式に変換したデータセットになります。 マルチターン会話でのファインチューニングをする際にご活用下さい(1レコードのトークン長が大きいのでそれなりの計算リソースが必要になります)。 フォーマットは ShareGPT 形式になっています。ファインチューニングをする際はこちらの記事を参考にして下さい。 oasst1-ja-89k Repository URL OpenAssistant/oasst1 URL
[]
[ "TAGS\n#language-Japanese #license-apache-2.0 #region-us \n" ]
[ 20 ]
[ "passage: TAGS\n#language-Japanese #license-apache-2.0 #region-us \n" ]
8bd28f8d4995252cc3401ca6e7adc02317275316
# Dataset of Sana Kuranaka This is the dataset of Sana Kuranaka, containing 134 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs))...
CyberHarem/sana_kuranaka_onichichi
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T08:05:54+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T08:10:59+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Sana Kuranaka ======================== This is the dataset of Sana Kuranaka, containing 134 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).
[]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 44 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
46c5497bf7923d818700f178ae4464a92149c75d
# Dataset Card for "llama2_7b_chat-boolq" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
automated-research-group/llama2_7b_chat-boolq
[ "region:us" ]
2023-11-12T08:17:11+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "string"}, {"name": "request", "dtype": "string"}, {"name": "response", "dtype": "string"}, {"name": "input_perplexity", "dtype": "float64"}, {"name": "input_likelihood", "dtype": "float64"}, {"name": "output_perplexity", "dtype": "float64"}, {"name": "output_likel...
2023-11-12T08:17:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "llama2_7b_chat-boolq" More Information needed
[ "# Dataset Card for \"llama2_7b_chat-boolq\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"llama2_7b_chat-boolq\"\n\nMore Information needed" ]
[ 6, 21 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"llama2_7b_chat-boolq\"\n\nMore Information needed" ]
89bf6e27454da17011226f8b61e6c378e6a84a51
# Dataset of Marina Akizuki This is the dataset of Marina Akizuki, containing 300 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs...
CyberHarem/marina_akizuki_onichichi
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T08:32:35+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T08:39:58+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Marina Akizuki ========================= This is the dataset of Marina Akizuki, containing 300 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).
[]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 44 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
b239059863c5081282cfd4af0d2e54c902f6f122
# Dataset Card for "bw_spec_cls_4_02_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_02_s_200
[ "region:us" ]
2023-11-12T08:35:06+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "197", "1": "200", "2": "203", "3": "204"}}}}], "s...
2023-11-12T08:35:09+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_02_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_02_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_02_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_02_s_200\"\n\nMore Information needed" ]
91e7478b999d1c34fa43fd22c7d2fabde24bc6e3
# Dataset Card for "bw_spec_cls_4_03_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_03_s_200
[ "region:us" ]
2023-11-12T08:42:13+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "207", "1": "210", "2": "211", "3": "212"}}}}], "s...
2023-11-12T08:42:17+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_03_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_03_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_03_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_03_s_200\"\n\nMore Information needed" ]
16f1b0210a73cc55dbafaf3d742cbb0b6e6f5756
# Dataset Card for "bw_spec_cls_4_04_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_04_s_200
[ "region:us" ]
2023-11-12T08:49:08+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "213", "1": "255", "2": "256", "3": "368"}}}}], "s...
2023-11-12T08:49:12+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_04_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_04_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_04_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_04_s_200\"\n\nMore Information needed" ]
b780092fbbb3f289358f0abe810ea2cd3a51b9cf
# Dataset of Natsume Makino This is the dataset of Natsume Makino, containing 168 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs...
CyberHarem/natsume_makino_onichichi
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T08:51:32+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T08:54:46+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Natsume Makino ========================= This is the dataset of Natsume Makino, containing 168 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).
[]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 44 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
d778226b3b049c60aba39ca10db6d279054b58e0
# Dataset Card for "bw_spec_cls_4_05_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_05_s_200
[ "region:us" ]
2023-11-12T08:56:14+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "424", "1": "534", "2": "540", "3": "546"}}}}], "s...
2023-11-12T08:56:17+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_05_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_05_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_05_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_05_s_200\"\n\nMore Information needed" ]
58e9391006f9f95e1915a9f9d16c9d53cbb81862
# Dataset Card for "bw_spec_cls_4_06_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_06_s_200
[ "region:us" ]
2023-11-12T09:03:18+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "574", "1": "615", "2": "620", "3": "621"}}}}], "s...
2023-11-12T09:03:21+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_06_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_06_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_06_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_06_s_200\"\n\nMore Information needed" ]
b0df386b526f66aeb3acb94b1f867e4c3d647dae
Hey.
BenRachmiel/knock_out
[ "region:us" ]
2023-11-12T09:05:49+00:00
{}
2023-11-15T23:06:31+00:00
[]
[]
TAGS #region-us
Hey.
[]
[ "TAGS\n#region-us \n" ]
[ 6 ]
[ "passage: TAGS\n#region-us \n" ]
c38fecf1302ae8247ae3e799ce81874f4991a4cc
# Dataset of Haruka Makino This is the dataset of Haruka Makino, containing 185 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs))...
CyberHarem/haruka_makino_onichichi
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T09:07:22+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T09:10:17+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Haruka Makino ======================== This is the dataset of Haruka Makino, containing 185 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).
[]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 44 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
e0c817e0d2c906370ec7a653838b975c0e431913
# Dataset Card for "bw_spec_cls_4_07_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_07_s_200
[ "region:us" ]
2023-11-12T09:10:09+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "625", "1": "666", "2": "667", "3": "676"}}}}], "s...
2023-11-12T09:10:13+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_07_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_07_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_07_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_07_s_200\"\n\nMore Information needed" ]
46833aaba2791ad422fda3f5862f6331b89e9b4d
# Dataset of Perlica (Arknights) This is the dataset of Perlica (Arknights), containing 70 images and their tags. The core tags of this character are `long_hair, animal_ears, bangs, blue_eyes, breasts, grey_hair, medium_breasts`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, p...
CyberHarem/perlica_arknights
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T09:17:04+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-02-01T15:46:41+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Perlica (Arknights) ============================== This is the dataset of Perlica (Arknights), containing 70 images and their tags. The core tags of this character are 'long\_hair, animal\_ears, bangs, blue\_eyes, breasts, grey\_hair, medium\_breasts', which are pruned in this dataset. Images are crawl...
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version...
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n...
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\...
1c957c70024494d874f203a611d4e040e3704405
# Dataset Card for "bw_spec_cls_4_08_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_08_s_200
[ "region:us" ]
2023-11-12T09:17:07+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "694", "1": "695", "2": "714", "3": "715"}}}}], "s...
2023-11-12T09:17:11+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_08_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_08_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_08_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_08_s_200\"\n\nMore Information needed" ]
8e0616692f2de634d54aa669b417cc1fa4522e96
# Dataset of Endministrator (Arknights) This is the dataset of Endministrator (Arknights), containing 36 images and their tags. The core tags of this character are `black_hair, bangs, short_hair, hair_ornament, blunt_bangs, breasts, hairclip, blue_eyes, grey_eyes`, which are pruned in this dataset. Images are crawl...
CyberHarem/endministrator_arknights
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T09:20:27+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2024-02-01T16:08:30+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Endministrator (Arknights) ===================================== This is the dataset of Endministrator (Arknights), containing 36 images and their tags. The core tags of this character are 'black\_hair, bangs, short\_hair, hair\_ornament, blunt\_bangs, breasts, hairclip, blue\_eyes, grey\_eyes', which ar...
[ "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n\nList of tag clustering result, maybe some outfits can be mined here.", "### Raw Text Version", "### Table Version...
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n", "### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\n\n...
[ 44, 61, 5, 4 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n### Load Raw Dataset with Waifuc\n\n\nWe provide raw dataset (including tagged images) for waifuc loading. If you need this, just run the following code\n\n\nList of Clusters\n----------------\...
ab6b0715130c9f876f7674c33e6ff0ab1da6fdf9
# Dataset Card for "bw_spec_cls_4_09_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_09_s_200
[ "region:us" ]
2023-11-12T09:23:56+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "716", "1": "718", "2": "777", "3": "814"}}}}], "s...
2023-11-12T09:23:59+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_09_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_09_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_09_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_09_s_200\"\n\nMore Information needed" ]
02c0aad51d7507e40a98c077a76b373e74765345
# Dataset of Akira Makino This is the dataset of Akira Makino, containing 198 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ...
CyberHarem/akira_makino_onichichi
[ "task_categories:text-to-image", "size_categories:n<1K", "license:mit", "art", "not-for-all-audiences", "region:us" ]
2023-11-12T09:26:01+00:00
{"license": "mit", "size_categories": ["n<1K"], "task_categories": ["text-to-image"], "tags": ["art", "not-for-all-audiences"]}
2023-11-12T09:59:57+00:00
[]
[]
TAGS #task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us
Dataset of Akira Makino ======================= This is the dataset of Akira Makino, containing 198 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by DeepGHS Team(huggingface organization).
[]
[ "TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
[ 44 ]
[ "passage: TAGS\n#task_categories-text-to-image #size_categories-n<1K #license-mit #art #not-for-all-audiences #region-us \n" ]
0596f0bf0f226ae5160f86914096a425614418c3
# Dataset Card for "ZaloAI" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
ktam204/ZaloAI
[ "region:us" ]
2023-11-12T09:26:53+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "text", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 86452073.13, "num_examples": 1362}], "download_size": 83935670, "datase...
2023-11-14T07:46:20+00:00
[]
[]
TAGS #region-us
# Dataset Card for "ZaloAI" More Information needed
[ "# Dataset Card for \"ZaloAI\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"ZaloAI\"\n\nMore Information needed" ]
[ 6, 13 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"ZaloAI\"\n\nMore Information needed" ]
5445b7f03993ddae4e9431648824631570829915
# Dataset Card for "bw_spec_cls_4_10_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_10_s_200
[ "region:us" ]
2023-11-12T09:30:38+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "821", "1": "822", "2": "825", "3": "853"}}}}], "s...
2023-11-12T09:30:42+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_10_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_10_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_10_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_10_s_200\"\n\nMore Information needed" ]
06f25a43fd9b9b4fa0bb60c515b58090b9fe2eb2
# Dataset Card for "bw_spec_cls_4_11_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_11_s_200
[ "region:us" ]
2023-11-12T09:37:32+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "897", "1": "995", "2": "997", "3": "998"}}}}], "s...
2023-11-12T09:37:36+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_11_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_11_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_11_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_11_s_200\"\n\nMore Information needed" ]
049df8b759ddb210b309a175d4f47a2d98829a3b
# Dataset Card for "chemnlp-arxiv" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
kjappelbaum/chemnlp-arxiv
[ "region:us" ]
2023-11-12T09:42:42+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "meta", "dtype": "string"}], "splits": [{"name": "train", "num_bytes": 27416294241, "num_examples": 1558306}], "download_size": 12753172611, "dataset_size": 27416294241}, "configs": [{"config_name": "default", "data_files": [{"split": "train",...
2023-11-12T10:30:54+00:00
[]
[]
TAGS #region-us
# Dataset Card for "chemnlp-arxiv" More Information needed
[ "# Dataset Card for \"chemnlp-arxiv\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"chemnlp-arxiv\"\n\nMore Information needed" ]
[ 6, 17 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"chemnlp-arxiv\"\n\nMore Information needed" ]
bfef76d9f2e73c11d81ac0b1501fe9a68a6dba13
# Dataset Card for "bw_spec_cls_4_12_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_12_s_200
[ "region:us" ]
2023-11-12T09:44:21+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "1039", "1": "1040", "2": "1082", "3": "1083"}}}}]...
2023-11-12T09:44:24+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_12_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_12_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_12_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_12_s_200\"\n\nMore Information needed" ]
600a708abb94c5a444400cbab70bf9e1a24baf6f
# Dataset Card for "bw_spec_cls_4_13_s_200" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
arieg/bw_spec_cls_4_13_s_200
[ "region:us" ]
2023-11-12T09:51:09+00:00
{"configs": [{"config_name": "default", "data_files": [{"split": "train", "path": "data/train-*"}, {"split": "test", "path": "data/test-*"}]}], "dataset_info": {"features": [{"name": "image", "dtype": "image"}, {"name": "label", "dtype": {"class_label": {"names": {"0": "1102", "1": "1193", "2": "1195", "3": "1196"}}}}]...
2023-11-12T09:51:13+00:00
[]
[]
TAGS #region-us
# Dataset Card for "bw_spec_cls_4_13_s_200" More Information needed
[ "# Dataset Card for \"bw_spec_cls_4_13_s_200\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"bw_spec_cls_4_13_s_200\"\n\nMore Information needed" ]
[ 6, 24 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"bw_spec_cls_4_13_s_200\"\n\nMore Information needed" ]
0cf407d00cf21d443a52243dec51e053721d5ded
# Dataset Card for "llama2_7b_chat-boolq-results" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
automated-research-group/llama2_7b_chat-boolq-results
[ "region:us" ]
2023-11-12T09:52:06+00:00
{"dataset_info": [{"config_name": "{'do_sample'=False, 'beams'=10}", "features": [{"name": "id", "dtype": "string"}, {"name": "prediction", "dtype": "string"}, {"name": "bool_accuracy", "dtype": "bool"}], "splits": [{"name": "train", "num_bytes": 217480, "num_examples": 3270}], "download_size": 105062, "dataset_size": ...
2023-12-02T01:06:47+00:00
[]
[]
TAGS #region-us
# Dataset Card for "llama2_7b_chat-boolq-results" More Information needed
[ "# Dataset Card for \"llama2_7b_chat-boolq-results\"\n\nMore Information needed" ]
[ "TAGS\n#region-us \n", "# Dataset Card for \"llama2_7b_chat-boolq-results\"\n\nMore Information needed" ]
[ 6, 25 ]
[ "passage: TAGS\n#region-us \n# Dataset Card for \"llama2_7b_chat-boolq-results\"\n\nMore Information needed" ]