Referências:
Use o seguinte comando para carregar este conjunto de dados no TFDS:
ds = tfds.load('huggingface:text2log')
- Descrição :
The dataset contains about 100,000 simple English sentences selected and filtered from enTenTen15 and their translation into First Order Logic (FOL) Lambda Dependency-based Compositional Semantics using ccg2lambda.
- Licença : nenhuma fornecida
- Versão : 1.0.0
- Divisões :
Dividir | Exemplos |
---|---|
'train' | 101931 |
- Características :
{
"sentence": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"fol_translation": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}