indoli

Referências:

indoli

Use o seguinte comando para carregar esse conjunto de dados no TFDS:

ds = tfds.load('huggingface:indonli/indonli')
  • Descrição :
IndoNLI is the first human-elicited Natural Language Inference (NLI) dataset for Indonesian.
  IndoNLI is annotated by both crowd workers and experts. The expert-annotated data is used exclusively as a test set.
  It is designed to provide a challenging test-bed for Indonesian NLI by explicitly incorporating various linguistic phenomena such as numerical reasoning, structural changes, idioms, or temporal and spatial reasoning.
  • Licença : CC BY-SA 4.0

    Atribuição — Você deve dar o crédito apropriado, fornecer um link para a licença e indicar se foram feitas alterações. Você pode fazê-lo de qualquer maneira razoável, mas não de forma que sugira que o licenciante endossa você ou seu uso.

    ShareAlike — Se você remixar, transformar ou construir sobre o material, você deve distribuir suas contribuições sob a mesma licença do original.

    Sem restrições adicionais — Você não pode aplicar termos legais ou medidas tecnológicas que restrinjam legalmente outras pessoas de fazer qualquer coisa que a licença permita.

  • Versão : 1.1.0

  • Divisões :

Dividir Exemplos
'test_expert' 2984
'test_lay' 2201
'train' 10330
'validation' 2197
  • Características :
{
    "premise": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hypothesis": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "entailment",
            "neutral",
            "contradiction"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}