The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    HfHubHTTPError
Message:      429 Client Error: Too Many Requests for url: https://huggingface.co/api/datasets/sentence-transformers/parallel-sentences-opus-100
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 73, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1910, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1855, in dataset_module_factory
                  raise e
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1828, in dataset_module_factory
                  dataset_info = hf_api.dataset_info(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
                  return fn(*args, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/hf_api.py", line 2347, in dataset_info
                  hf_raise_for_status(r)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/huggingface_hub/utils/_errors.py", line 371, in hf_raise_for_status
                  raise HfHubHTTPError(str(e), response=response) from e
              huggingface_hub.utils._errors.HfHubHTTPError: 429 Client Error: Too Many Requests for url: https://huggingface.co/api/datasets/sentence-transformers/parallel-sentences-opus-100

Need help to make the dataset viewer work? Open a discussion for direct support.

Dataset Card for Parallel Sentences - OPUS-100

This dataset contains parallel sentences (i.e. English sentence + the same sentences in another language) for numerous other languages. The sentences originate from the OPUS-100 website. In particular, this dataset is a reformatting of the OPUS-100 dataset.

Related Datasets

The following datasets are also a part of the Parallel Sentences collection:

Recent additions (May 2024):

These datasets can be used to train multilingual sentence embedding models. For more information, see sbert.net - Multilingual Models.

Dataset Stats

  • Columns: "english", "non_english"
  • Column types: str, str
  • Examples:
    {
      "english": "Run Program",
      "non_english": "Rith Ríomhchlár"
    }
    
  • Collection strategy: Processing the raw data from OPUS-100 and restructuring it into 2 columns: "english" and "non_english".
  • Deduplified: No
Downloads last month
4

Collections including sentence-transformers/parallel-sentences-opus-100