Datasets:

Modalities:
Text
Formats:
json
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

This dataset pre-computes all English-centric directions from bible-nlp/biblenlp-corpus, and as a result loading is significantly faster.

Loading example:

>>> from datasets import load_dataset
>>> dataset = load_dataset("davidstap/biblenlp-corpus-mmteb", "eng-arb", trust_remote_code=True)
>>> dataset
DatasetDict({
    train: Dataset({
        features: ['eng', 'arb'],
        num_rows: 28723
    })
    validation: Dataset({
        features: ['eng', 'arb'],
        num_rows: 1578
    })
    test: Dataset({
        features: ['eng', 'arb'],
        num_rows: 1551
    })
})
>>> 

Note that in all possible configurations, eng comes before the other language.

Downloads last month
1,800