Skip to content

Commit

Permalink
Add imdb_sample recipe (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandu-4444 authored Jan 24, 2022
1 parent 0ff3db7 commit 406a850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Tabular/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ const RECIPES = Dict{String,Vector{Datasets.DatasetRecipe}}(
TableClassificationRecipe(TableDatasetRecipe(file="adult.csv"), :salary),
TableRegressionRecipe(TableDatasetRecipe(file="adult.csv"), :age),
],
"imdb_sample" => [
TableDatasetRecipe(file="texts.csv"),
TableClassificationRecipe(TableDatasetRecipe(file="texts.csv"), :label)
]
)


Expand Down
2 changes: 1 addition & 1 deletion src/datasets/fastaidatasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const DATASETCONFIGS = [
FastAIDataset("camvid_tiny", "sample", "cd42a9bdd8ad3e0ce87179749beae05b4beb1ae6ab665841180b1d8022fc230b"),
FastAIDataset("dogscats", "sample", "b79c0a5e4aa9ba7a0b83abbf61908c61e15bed0e5b236e86a0c4a080c8f70d7c", size="800MiB"),
FastAIDataset("human_numbers", "sample"),
FastAIDataset("imdb_sample", "sample"),
FastAIDataset("imdb_sample", "sample", "8e776d995296136b3f9a3cf001796d886cb0b60e86877ce71c7abbdc3c247341", size="4KB"),
FastAIDataset("mnist_sample", "sample", "b373a14f282298aeba0f7dd56b7cdb6c2401063d4f118c39c54982907760bd38", size="3MB"),
FastAIDataset("mnist_tiny", "sample", "0d1fedf86243931aa3fc065d2cf4ffab339a972958d8594ae993ee32bd8e15b9", size="300KB"),
FastAIDataset("movie_lens_sample", "sample"),
Expand Down

0 comments on commit 406a850

Please sign in to comment.