Skip to content

Commit

Permalink
fix: update dataset name
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Feb 28, 2022
1 parent 6ada847 commit f0b3959
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -450,7 +450,7 @@ def test_search_keywords(mocked_client):
dataset = "test_search_keywords"
from datasets import load_dataset

dataset_ds = load_dataset("rubrix/gutenberg_spacy-ner_sm", split="train")
dataset_ds = load_dataset("rubrix/gutenberg_spacy-ner", split="train")
dataset_rb = rubrix.read_datasets(dataset_ds, task="TokenClassification")

rubrix.delete(dataset)
Expand Down

0 comments on commit f0b3959

Please sign in to comment.