Request access to OmanSent

OmanSent is released strictly for educational and research purposes. Commercial use of any kind is not permitted. Please review the details below before requesting access.

By requesting access to this dataset, you agree to the following terms:

  • This dataset may be used only for educational and research purposes. - Commercial use in any form is strictly prohibited, including but not
    limited to use in commercial products, services, or applications, or any
    use intended for or directed toward commercial advantage or monetary
    compensation.
  • You will cite this dataset appropriately in any resulting publications
    or projects.
  • Access may be revoked at any time if these terms are violated.
    If you are unsure whether your intended use qualifies as non-commercial, please contact the dataset authors before requesting access.

Log in or Sign Up to review the conditions and access this dataset content.

OmanSent

How to use

To access this dataset, you must first agree to the terms above and request access. Once your request is approved, you can load the dataset as follows:

from datasets import load_dataset

dataset = load_dataset("mktr/OmanSent")
dataset['train'][14]

Output example:

{
  "answer": "طبعاً موجود بكثره ف المناطق البعيده مثل البلدان",
  "sentiment": "neutral"
}

Note: Make sure you are logged in to your Hugging Face account (hf auth login) with an approved account, otherwise you will get an authentication error when trying to load the dataset.

Downloads last month
6