datasetId
large_stringlengths
6
121
card_raw
large_stringlengths
10
25.3M
card_text
large_stringlengths
0
25.3M
downloads
int64
0
2.26M
likes
int64
0
9.39k
tags
large listlengths
1
7.92k
created_at
large_stringdate
2022-03-02 23:29:22
2025-11-12 17:47:45
last_modified
large_stringdate
2021-02-16 03:58:06
2025-11-12 17:57:42
trending_score
float32
0
90
KETI-AIR/nikl
<!-- Copyright 2021 san kim Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
<!-- Copyright 2021 san kim Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
356
1
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-06-08T06:42:34+00:00
0
KETI-AIR/korquad
<!-- Copyright 2021 san kim Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
<!-- Copyright 2021 san kim Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
120
1
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-06-03T00:37:09+00:00
0
KETI-AIR/klue
<!-- Copyright 2021 san kim Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
<!-- Copyright 2021 san kim Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
12
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-06-03T00:35:30+00:00
0
naver-clova-conversation/klue-tc-dev-tsv
This is a in-house development version of KLUE Topic Classification benchmark, as the test split is not released by the KLUE team. We randomly split the original validation set (9,107 instances) into in-house validation set (5,107 instances) and the in-house test set (4,000 instances).
This is a in-house development version of KLUE Topic Classification benchmark, as the test split is not released by the KLUE team. We randomly split the original validation set (9,107 instances) into in-house validation set (5,107 instances) and the in-house test set (4,000 instances).
13
0
[ "size_categories:10K<n<100K", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-05-26T06:54:08+00:00
0
thiemowa/argumentationreviewcorpus
Argumentation Annotated Student Peer Reviews Corpus (AASPRC) version 1.0 ----------------------------------------------------- Free and full access: https://github.com/thiemowa/argumentative_student_peer_reviews The corpus contains 1000 persuasive student peer reviews about business model feedbacks annotated for thei...
Argumentation Annotated Student Peer Reviews Corpus (AASPRC) version 1.0 ----------------------------------------------------- Free and full access: https://github.com/thiemowa/argumentative_student_peer_reviews The corpus contains 1000 persuasive student peer reviews about business model feedbacks annotated for thei...
11
2
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-05-18T13:39:41+00:00
0
thiemowa/empathyreviewcorpus
Empathy Annotated Student Peer Reviews Corpus (EASPRC) version 1.0 ----------------------------------------------------- Free and full access: https://github.com/thiemowa/empathy_annotated_peer_reviews The corpus contains 500 student peer reviews about business model feedbacks annotated for their cognitive and emotio...
Empathy Annotated Student Peer Reviews Corpus (EASPRC) version 1.0 ----------------------------------------------------- Free and full access: https://github.com/thiemowa/empathy_annotated_peer_reviews The corpus contains 500 student peer reviews about business model feedbacks annotated for their cognitive and emotio...
9
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-05-18T13:39:12+00:00
0
MonoHime/ru_sentiment_dataset
# Dataset with sentiment of Russian text Contains aggregated dataset of Russian texts from 6 datasets. ## Labels meaning 0: NEUTRAL 1: POSITIVE 2: NEGATIVE ## Datasets **[Sentiment Analysis in Russian](https://www.kaggle.com/c/sentiment-analysis-in-russian/data)** > Sentiments (positive, negative or ne...
# Dataset with sentiment of Russian text Contains aggregated dataset of Russian texts from 6 datasets. ## Labels meaning 0: NEUTRAL 1: POSITIVE 2: NEGATIVE ## Datasets **[Sentiment Analysis in Russian](https://www.kaggle.com/c/sentiment-analysis-in-russian/data)** > Sentiments (positive, negative or ne...
577
12
[ "language:ru", "size_categories:100K<n<1M", "format:csv", "modality:tabular", "modality:text", "library:datasets", "library:pandas", "library:mlcroissant", "library:polars", "region:us", "sentiment", "text-classification" ]
2022-03-02T23:29:22+00:00
2021-05-20T00:57:22+00:00
0
vasudevgupta/natural-questions-validation
Obtained using following code: ```python from datasets import load_dataset dataset = load_dataset("natural_questions", split="validation") dataset.save_to_disk("natural-questions-validation") ```
Obtained using following code: ```python from datasets import load_dataset dataset = load_dataset("natural_questions", split="validation") dataset.save_to_disk("natural-questions-validation") ```
34
0
[ "size_categories:1K<n<10K", "format:arrow", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-05-04T18:25:07+00:00
0
vasudevgupta/bigbird-tokenized-natural-questions
script can be found here: https://github.com/vasudevgupta7/bigbird ```python DOC_STRIDE = 2048 MAX_LENGTH = 4096 SEED = 42 ```
script can be found here: https://github.com/vasudevgupta7/bigbird ```python DOC_STRIDE = 2048 MAX_LENGTH = 4096 SEED = 42 ```
18
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-05-04T06:47:51+00:00
0
vasudevgupta/data
Test data for my `Quick`
Test data for my `Quick`
16
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-05-01T11:31:24+00:00
0
SajjadAyoubi/persian_qa
# PersianQA: a dataset for Persian Question Answering Persian Question Answering (PersianQA) Dataset is a reading comprehension dataset on Persian Wikipedia. The crowd-sourced dataset consists of more than 9,000 entries. Each entry can be either an impossible to answer or a question with one or more answers spanning in...
# PersianQA: a dataset for Persian Question Answering Persian Question Answering (PersianQA) Dataset is a reading comprehension dataset on Persian Wikipedia. The crowd-sourced dataset consists of more than 9,000 entries. Each entry can be either an impossible to answer or a question with one or more answers spanning in...
141
8
[ "size_categories:1K<n<10K", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-29T06:11:18+00:00
0
roskoN/dstc8-reddit-corpus
# DSTC8 Reddit Corpus The data is based of the following repository: > [https://github.com/microsoft/dstc8-reddit-corpus](https://github.com/microsoft/dstc8-reddit-corpus) The dataset is created is a convenience to enable skipping the lengthy extraction process.
# DSTC8 Reddit Corpus The data is based of the following repository: > [https://github.com/microsoft/dstc8-reddit-corpus](https://github.com/microsoft/dstc8-reddit-corpus) The dataset is created is a convenience to enable skipping the lengthy extraction process.
43
0
[ "size_categories:1M<n<10M", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-23T00:19:35+00:00
0
anukaver/EstQA
# Estonian Question Answering dataset * Dataset for extractive question answering in Estonian. It is based on Wikipedia articles, pre-filtered via PageRank. Annotation was done by one person. * Train set includes 776 context-question-answer triplets. There are several possible answers per question, each in a separate...
# Estonian Question Answering dataset * Dataset for extractive question answering in Estonian. It is based on Wikipedia articles, pre-filtered via PageRank. Annotation was done by one person. * Train set includes 776 context-question-answer triplets. There are several possible answers per question, each in a separate...
14
0
[ "language:et", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-29T15:34:29+00:00
0
dynabench/dynasent
# DynaSent: Dynamic Sentiment Analysis Dataset DynaSent is an English-language benchmark task for ternary (positive/negative/neutral) sentiment analysis. This dataset card is forked from the original [DynaSent Repository](https://github.com/cgpotts/dynasent). ## Contents * [Citation](#Citation) * [Dataset files](#da...
# DynaSent: Dynamic Sentiment Analysis Dataset DynaSent is an English-language benchmark task for ternary (positive/negative/neutral) sentiment analysis. This dataset card is forked from the original [DynaSent Repository](https://github.com/cgpotts/dynasent). ## Contents * [Citation](#Citation) * [Dataset files](#da...
82
7
[ "arxiv:2012.15349", "arxiv:1803.09010", "arxiv:1810.03993", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-29T11:30:24+00:00
0
bavard/personachat_truecased
# A More Natural PersonaChat ## Dataset Summary This dataset is a true-cased version of the PersonaChat dataset by Zhang et al. (2018). The original PersonaChat dataset is all lower case, and has extra space around each clause/sentence separating punctuation mark. This version of the dataset has more of a natural lan...
# A More Natural PersonaChat ## Dataset Summary This dataset is a true-cased version of the PersonaChat dataset by Zhang et al. (2018). The original PersonaChat dataset is all lower case, and has extra space around each clause/sentence separating punctuation mark. This version of the dataset has more of a natural lan...
779
44
[ "size_categories:100K<n<1M", "modality:tabular", "modality:text", "library:datasets", "library:mlcroissant", "arxiv:1801.07243", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-23T13:28:30+00:00
0
Wikidepia/IndoParaCrawl
# IndoParaCrawl IndoParaCrawl is ParaCrawl v7.1 dataset bulk-translated to Indonesian using Google Translate. Thanks HuggingFace for providing free storage for datasets <3.
# IndoParaCrawl IndoParaCrawl is ParaCrawl v7.1 dataset bulk-translated to Indonesian using Google Translate. Thanks HuggingFace for providing free storage for datasets <3.
947
5
[ "size_categories:10M<n<100M", "format:json", "modality:text", "library:datasets", "library:dask", "library:mlcroissant", "library:polars", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-13T10:22:22+00:00
0
fulai/DuReader
百度lic2020语言与智能信息竞赛数据集。
百度lic2020语言与智能信息竞赛数据集。
10
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-12T12:07:18+00:00
0
Tyler/wikimatrix_collapsed
Transformation of AI.FB's Wikimatrix dataset. Combined rows containing translations of a single source sentence into one consolidated row, applying a score threshold of 1.03 to remove poor translations.
Transformation of AI.FB's Wikimatrix dataset. Combined rows containing translations of a single source sentence into one consolidated row, applying a score threshold of 1.03 to remove poor translations.
8
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-13T19:54:24+00:00
0
XiangXiang/clt
My new dataset
My new dataset
6
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-28T02:08:29+00:00
0
nucklehead/ht-voice-dataset
# Ansanb done vwa an Kreyòl pou antrene DeepSPeech. Dataset sa a gen plis pase 7 è tan anrejistreman vwa ak prèske 100 moun an Kreyòl pou bati sistèm ASR ak TTS pou lang Kreyòl la. Pifò nan done yo soti nan "CMU Haitian Creole Speech Recognition Database" la. Done sa yo gentan filtre epi òganize pou ka antrene modè...
# Ansanb done vwa an Kreyòl pou antrene DeepSPeech. Dataset sa a gen plis pase 7 è tan anrejistreman vwa ak prèske 100 moun an Kreyòl pou bati sistèm ASR ak TTS pou lang Kreyòl la. Pifò nan done yo soti nan "CMU Haitian Creole Speech Recognition Database" la. Done sa yo gentan filtre epi òganize pou ka antrene modè...
121
0
[ "size_categories:1K<n<10K", "format:csv", "modality:audio", "modality:text", "library:datasets", "library:dask", "library:mlcroissant", "library:polars", "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-14T12:34:47+00:00
0
spacemanidol/msmarco_passage_ranking
# Dataset Summary Starting with a paper released at NIPS 2016, MS MARCO is a collection of datasets focused on deep learning in search. # Dataset Creation ## Source Data More Information Needed ## Annotations More Information Needed ## Personal and Sensitive Information More Information Needed # Considerations fo...
# Dataset Summary Starting with a paper released at NIPS 2016, MS MARCO is a collection of datasets focused on deep learning in search. # Dataset Creation ## Source Data More Information Needed ## Annotations More Information Needed ## Personal and Sensitive Information More Information Needed # Considerations fo...
9
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-09T19:33:13+00:00
0
katoensp/VR-OP
https://www.geogebra.org/m/cwcveget https://www.geogebra.org/m/b8dzxk6z https://www.geogebra.org/m/nqanttum https://www.geogebra.org/m/pd3g8a4u https://www.geogebra.org/m/jw8324jz https://www.geogebra.org/m/wjbpvz5q https://www.geogebra.org/m/qm3g3ma6 https://www.geogebra.org/m/sdajgph8 https://www.geogebra.org/m/e3ghh...
https://www.geogebra.org/m/cwcveget https://www.geogebra.org/m/b8dzxk6z https://www.geogebra.org/m/nqanttum https://www.geogebra.org/m/pd3g8a4u https://www.geogebra.org/m/jw8324jz https://www.geogebra.org/m/wjbpvz5q https://www.geogebra.org/m/qm3g3ma6 https://www.geogebra.org/m/sdajgph8 https://www.geogebra.org/m/e3ghh...
9
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-30T15:54:47+00:00
0
yluisfern/PBU
https://www.geogebra.org/m/cwcveget https://www.geogebra.org/m/b8dzxk6z https://www.geogebra.org/m/nqanttum https://www.geogebra.org/m/pd3g8a4u https://www.geogebra.org/m/jw8324jz https://www.geogebra.org/m/wjbpvz5q https://www.geogebra.org/m/qm3g3ma6 https://www.geogebra.org/m/sdajgph8 https://www.geogebra.org/m/e3ghh...
https://www.geogebra.org/m/cwcveget https://www.geogebra.org/m/b8dzxk6z https://www.geogebra.org/m/nqanttum https://www.geogebra.org/m/pd3g8a4u https://www.geogebra.org/m/jw8324jz https://www.geogebra.org/m/wjbpvz5q https://www.geogebra.org/m/qm3g3ma6 https://www.geogebra.org/m/sdajgph8 https://www.geogebra.org/m/e3ghh...
7
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-04-02T16:39:30+00:00
0
sharejing/BiPaR
# BiPaR > General Description This repository contains datasets for EMNLP-IJCNLP 2019 paper "BiPaR: A Bilingual Parallel Dataset for Multilingual and Cross-lingual Reading Comprehension on Novels" (Yimin Jing, Deyi Xiong and Yan Zhen). BiPaR is an extractive and manually annotated bilingual parallel novel-style machin...
# BiPaR > General Description This repository contains datasets for EMNLP-IJCNLP 2019 paper "BiPaR: A Bilingual Parallel Dataset for Multilingual and Cross-lingual Reading Comprehension on Novels" (Yimin Jing, Deyi Xiong and Yan Zhen). BiPaR is an extractive and manually annotated bilingual parallel novel-style machin...
6
0
[ "arxiv:1910.05040", "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-31T03:33:00+00:00
0
oelkrise/CRT
egrfdfaffd
egrfdfaffd
7
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-28T15:32:38+00:00
0
formu/CVT
https://www.geogebra.org/m/w8uzjttg https://www.geogebra.org/m/gvn7m78g https://www.geogebra.org/m/arxecanq https://www.geogebra.org/m/xb69bvww https://www.geogebra.org/m/apvepfnd https://www.geogebra.org/m/evmj8ckk https://www.geogebra.org/m/qxcxwmhp https://www.geogebra.org/m/p3cxqh6c https://www.geogebra.org/m/ggrah...
https://www.geogebra.org/m/w8uzjttg https://www.geogebra.org/m/gvn7m78g https://www.geogebra.org/m/arxecanq https://www.geogebra.org/m/xb69bvww https://www.geogebra.org/m/apvepfnd https://www.geogebra.org/m/evmj8ckk https://www.geogebra.org/m/qxcxwmhp https://www.geogebra.org/m/p3cxqh6c https://www.geogebra.org/m/ggrah...
6
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-26T15:40:33+00:00
0
dispenst/jhghdghfd
<a href="https://jobs.acm.org/jobs/watch-godzilla-vs-kong-2021-full-1818658-cd">.</a> <a href="https://jobs.acm.org/jobs/123movies-watch-godzilla-vs-kong-online-2021-full-f-r-e-e-1818655-cd">.</a> <a href="https://jobs.acm.org/jobs/watch-demon-slayer-kimetsu-no-yaiba-mugen-train-2020-f-u-l-l-f-r-e-e-1818661-cd">.</a> <...
<a href="https://jobs.acm.org/jobs/watch-godzilla-vs-kong-2021-full-1818658-cd">.</a> <a href="https://jobs.acm.org/jobs/123movies-watch-godzilla-vs-kong-online-2021-full-f-r-e-e-1818655-cd">.</a> <a href="https://jobs.acm.org/jobs/watch-demon-slayer-kimetsu-no-yaiba-mugen-train-2020-f-u-l-l-f-r-e-e-1818661-cd">.</a> <...
7
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-28T15:24:20+00:00
0
mustafa12/edaaaas
https://www.wda.org/advert/watch-tom-jerry-2021-full-hd-movie-online-free-123movies https://www.wda.org/advert/watch-the-little-things-2021-full-hd-movie-online-free-123movies https://www.wda.org/advert/watch-raya-and-the-last-dragon-2021-full-hd-movie-online-free-123movies https://www.wda.org/advert/watch-i-care-a-lot...
https://www.wda.org/advert/watch-tom-jerry-2021-full-hd-movie-online-free-123movies https://www.wda.org/advert/watch-the-little-things-2021-full-hd-movie-online-free-123movies https://www.wda.org/advert/watch-raya-and-the-last-dragon-2021-full-hd-movie-online-free-123movies https://www.wda.org/advert/watch-i-care-a-lot...
7
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-08T09:46:55+00:00
0
cemigo/taylor_vs_shakes
This dataset has 336 pieces of quotes from William Shakespeare and Taylor Swift (labeled) for supervised classification. Source: https://www.kaggle.com/kellylougheed/tswift-vs-shakespeare
This dataset has 336 pieces of quotes from William Shakespeare and Taylor Swift (labeled) for supervised classification. Source: https://www.kaggle.com/kellylougheed/tswift-vs-shakespeare
8
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-14T23:45:59+00:00
0
abwicke/koplo
https://jobs.shrm.org/profile/free-watch-full-raya-and-the-last-dragon-2021/1589725/ https://jobs.shrm.org/profile/full-watch-raya-and-the-last-dragon-2021-hd-online-full-free-123movies/1589732/ https://jobs.shrm.org/profile/123movies-watch-raya-and-the-last-dragon-2021-hd-online-full-free-streaming/1589735/ https://jo...
https://jobs.shrm.org/profile/free-watch-full-raya-and-the-last-dragon-2021/1589725/ https://jobs.shrm.org/profile/full-watch-raya-and-the-last-dragon-2021-hd-online-full-free-123movies/1589732/ https://jobs.shrm.org/profile/123movies-watch-raya-and-the-last-dragon-2021-hd-online-full-free-streaming/1589735/ https://jo...
6
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-18T15:43:39+00:00
0
abwicke/C-B-R
https://jobs.americanbar.org/profile/cbr-watch-coming-2-america-2021-full-movie-hd-online-free/1596017/ https://jobs.americanbar.org/profile/cbr-watch-zack-snyders-justice-league-2021-full-movie-hd-online-free/1596037/ https://jobs.americanbar.org/profile/cbr-watch-tom-jerry-2021-full-movie-hd-online-free/1596053/ http...
https://jobs.americanbar.org/profile/cbr-watch-coming-2-america-2021-full-movie-hd-online-free/1596017/ https://jobs.americanbar.org/profile/cbr-watch-zack-snyders-justice-league-2021-full-movie-hd-online-free/1596037/ https://jobs.americanbar.org/profile/cbr-watch-tom-jerry-2021-full-movie-hd-online-free/1596053/ http...
7
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-19T16:45:29+00:00
0
mustafa12/thors
https://www.sparkblue.org/content/watch-tom-jerry-2021-full-hd-movie-online-free-123movies https://www.sparkblue.org/content/watch-little-things-2021-full-hd-movie-online-free-123movies https://www.sparkblue.org/content/watch-raya-and-last-dragon-2021-full-hd-movie-online-free-123movies https://www.sparkblue.org/conten...
https://www.sparkblue.org/content/watch-tom-jerry-2021-full-hd-movie-online-free-123movies https://www.sparkblue.org/content/watch-little-things-2021-full-hd-movie-online-free-123movies https://www.sparkblue.org/content/watch-raya-and-last-dragon-2021-full-hd-movie-online-free-123movies https://www.sparkblue.org/conten...
7
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-08T08:21:22+00:00
0
mustafa12/db_ee
https://vouproifsc.com/forums/topic/watch-tom-jerry-2021-full-movie-hd-online-free/ https://vouproifsc.com/forums/topic/watch-boogie-2021-full-movie-hd-online-free/ https://vouproifsc.com/forums/topic/watch-crazy-about-her-2021-full-movie-hd-online-free/ https://vouproifsc.com/forums/topic/watch-coming-2-america-2021-f...
https://vouproifsc.com/forums/topic/watch-tom-jerry-2021-full-movie-hd-online-free/ https://vouproifsc.com/forums/topic/watch-boogie-2021-full-movie-hd-online-free/ https://vouproifsc.com/forums/topic/watch-crazy-about-her-2021-full-movie-hd-online-free/ https://vouproifsc.com/forums/topic/watch-coming-2-america-2021-f...
5
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-07T09:20:06+00:00
0
uasoyasser/rgfes
https://teacher.desmos.com/activitybuilder/teacherguide/6040a7a7da1fce0c129ae5be https://teacher.desmos.com/activitybuilder/teacherguide/604249659240440d25a27d0c https://teacher.desmos.com/activitybuilder/teacherguide/604249a365ecd40d30b4ad18 https://teacher.desmos.com/activitybuilder/teacherguide/604249e2cfb0a20d51e13...
https://teacher.desmos.com/activitybuilder/teacherguide/6040a7a7da1fce0c129ae5be https://teacher.desmos.com/activitybuilder/teacherguide/604249659240440d25a27d0c https://teacher.desmos.com/activitybuilder/teacherguide/604249a365ecd40d30b4ad18 https://teacher.desmos.com/activitybuilder/teacherguide/604249e2cfb0a20d51e13...
11
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-05T15:42:19+00:00
0
Fraser/mnist-text-default
MNIST dataset adapted to a text-based representation. This allows testing interpolation quality for Transformer-VAEs. System is heavily inspired by Matthew Rayfield's work https://youtu.be/Z9K3cwSL6uM Works by quantising each MNIST pixel into one of 64 characters. Every sample has an up & down version to encourage t...
MNIST dataset adapted to a text-based representation. This allows testing interpolation quality for Transformer-VAEs. System is heavily inspired by Matthew Rayfield's work https://youtu.be/Z9K3cwSL6uM Works by quantising each MNIST pixel into one of 64 characters. Every sample has an up & down version to encourage t...
16
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-22T10:48:20+00:00
0
tommy19970714/common_voice
[Needs More Information] # Dataset Card for common_voice ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-...
[Needs More Information] # Dataset Card for common_voice ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-...
12
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-27T06:51:27+00:00
0
sshleifer/pseudo_bart_xsum
## Extreme Summarization (XSum) Dataset. There are two features: - document: Input news article. - summary: One sentence summary of the article. ### Citation ```bibtex @article{Narayan2018DontGM, title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summariz...
## Extreme Summarization (XSum) Dataset. There are two features: - document: Input news article. - summary: One sentence summary of the article. ### Citation ```bibtex @article{Narayan2018DontGM, title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summariz...
10
0
[ "size_categories:100K<n<1M", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-23T13:57:51+00:00
0
Fraser/short-jokes
Copy of [Kaggle dataset](https://www.kaggle.com/abhinavmoudgil95/short-jokes), adding to Huggingface for ease of use. Description from Kaggle: Context Generating humor is a complex task in the domain of machine learning, and it requires the models to understand the deep semantic meaning of a joke in order to generat...
Copy of [Kaggle dataset](https://www.kaggle.com/abhinavmoudgil95/short-jokes), adding to Huggingface for ease of use. Description from Kaggle: Context Generating humor is a complex task in the domain of machine learning, and it requires the models to understand the deep semantic meaning of a joke in order to generat...
48
10
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-24T08:31:31+00:00
0
Fraser/python-lines
Dataset of single lines of Python code taken from the [CodeSearchNet](https://github.com/github/CodeSearchNet) dataset. Context This dataset allows checking the validity of Variational-Autoencoder latent spaces by testing what percentage of random/intermediate latent points can be greedily decoded into valid Python c...
Dataset of single lines of Python code taken from the [CodeSearchNet](https://github.com/github/CodeSearchNet) dataset. Context This dataset allows checking the validity of Variational-Autoencoder latent spaces by testing what percentage of random/intermediate latent points can be greedily decoded into valid Python c...
64
1
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-22T10:20:34+00:00
0
Fraser/mnist-text-small
MNIST dataset adapted to a text-based representation. Modified images to be ~1/4 the original area. Done by taking a max pool. This allows testing interpolation quality for Transformer-VAEs. System is heavily inspired by Matthew Rayfield's work https://youtu.be/Z9K3cwSL6uM Works by quantising each MNIST pixel into ...
MNIST dataset adapted to a text-based representation. Modified images to be ~1/4 the original area. Done by taking a max pool. This allows testing interpolation quality for Transformer-VAEs. System is heavily inspired by Matthew Rayfield's work https://youtu.be/Z9K3cwSL6uM Works by quantising each MNIST pixel into ...
27
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-22T10:21:37+00:00
0
cnrcastroli/aaaa
fwefwefewf
fwefwefewf
6
0
[ "region:us" ]
2022-03-02T23:29:22+00:00
2021-03-04T21:51:21+00:00
0
stas/wmt14-en-de-pre-processed
# WMT14 English-German Translation Data w/ further preprocessing The original pre-processing script is [here](https://github.com/pytorch/fairseq/blob/master/examples/translation/prepare-wmt14en2de.sh). This pre-processed dataset was created by running: ``` git clone https://github.com/pytorch/fairseq cd fairseq cd e...
# WMT14 English-German Translation Data w/ further preprocessing The original pre-processing script is [here](https://github.com/pytorch/fairseq/blob/master/examples/translation/prepare-wmt14en2de.sh). This pre-processed dataset was created by running: ``` git clone https://github.com/pytorch/fairseq cd fairseq cd e...
56
3
[ "size_categories:1M<n<10M", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-16T04:41:04+00:00
0
stas/wmt16-en-ro-pre-processed
# WMT16 English-Romanian Translation Data w/ further preprocessing The original instructions are [here](https://github.com/rsennrich/wmt16-scripts/tree/master/sample). This pre-processed dataset was created by running: ``` git clone https://github.com/rsennrich/wmt16-scripts cd wmt16-scripts cd sample ./download_fil...
# WMT16 English-Romanian Translation Data w/ further preprocessing The original instructions are [here](https://github.com/rsennrich/wmt16-scripts/tree/master/sample). This pre-processed dataset was created by running: ``` git clone https://github.com/rsennrich/wmt16-scripts cd wmt16-scripts cd sample ./download_fil...
22
0
[ "size_categories:100K<n<1M", "modality:text", "library:datasets", "library:mlcroissant", "region:us" ]
2022-03-02T23:29:22+00:00
2021-02-16T03:58:06+00:00
0