CoolFace
Datasetpublic

kala185/rigveda

dataset_info: features: - name: page_number dtype: int - name: content dtype: string splits: - name: train num_examples: 10000 πŸ“– Rigveda English Translation Dataset This dataset contains English translations of the Rigveda, formatted with page numbers. πŸ“Œ Example Data Page Number Content 1 I laud Agni, the chosen Priest, God, minister of sacrifice... 2 Beautiful Vayu, come, for thee these Soma drops… See the full description on the dataset page: https://huggingface.co/datasets/kala185/rigveda.

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes31downloads
Dataset Card

DataSet Created By N V R K SAI KAMESH YADAVALLI --- dataset_info: features:

  • β€”name: page_number dtype: int
  • β€”name: content dtype: string splits:
  • β€”name: train num_examples: 10000 ---

πŸ“– Rigveda English Translation Dataset

This dataset contains English translations of the Rigveda, formatted with page numbers.

πŸ“Œ Example Data

Page NumberContent
1I laud Agni, the chosen Priest, God, minister of sacrifice...
2Beautiful Vayu, come, for thee these Soma drops have been prepared...

πŸ”₯ How to Load the Dataset

python
from datasets import load_dataset

dataset = load_dataset("kala185/rigveda")
print(dataset["train"][0])