| language: | |
| - en | |
| dataset_info: | |
| features: | |
| - name: question | |
| dtype: string | |
| - name: answer | |
| dtype: string | |
| - name: source_url | |
| dtype: string | |
| splits: | |
| - name: train | |
| - name: validation | |
| - name: test | |
| tags: | |
| - synthetic | |
| - spino | |
| <p align="left"> | |
| <img src="spino.png" width="200" height="200"/> | |
| </p> | |
| # Dataset Card for Rajasthani Tourism | |
| This instruction tuning dataset has been created with SPInO and has 89 rows of textual data related to Rajasthani Tourism. | |
| ```python | |
| from datasets import load_dataset | |
| dataset = load_dataset("1rsh/SPInO-RajasthaniTourism_qa") | |
| print(dataset) | |
| ``` | |