File size: 2,684 Bytes
93bb2ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9f954a
93bb2ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c6c1235
93bb2ae
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
license: apache-2.0
task_categories:
- feature-extraction
- text-classification
- token-classification
- translation
- summarization
- text-generation
- text2text-generation
- question-answering
language:
- sa
tags:
- code
pretty_name: Śrīmad Devī-bhāgavatam
size_categories:
- 10K<n<100K
---
# Dataset Card for srimad_devi_bhagavata_mahapurana

## Dataset Details

### Dataset Description

This dataset contains a complete, structured representation of the _Śrīmad Devī-bhāgavatam mahāpurāṇe_ in CSV format, broken down into Skandas, Adhyāyas, and individual ślokas. It is designed for NLP applications—including feature extraction, classification, translation, summarization, question-answering, and generation—on classical Sanskrit scripture.

- **Curated by:** [Aluminium](https://huggingface.co/13Aluminium)  
- **Organization:** [Snskrt](https://huggingface.co/snskrt)  
- **Shared by:** [Snskrt](https://huggingface.co/snskrt)  
- **Language(s):** Sanskrit (ISO code: sa)  
- **License:** Apache-2.0  
- **Size:** ~18,702 ślokas 

### Dataset Sources

- **Repository:** [huggingface.co/datasets/snskrt/Devi_Bhagavatam](https://huggingface.co/datasets/snskrt/Devi_Bhagavatam)  

## Uses

### Direct Use

- Training and evaluating Sanskrit language models on classical hymn/text generation  
- Building Sanskrit question-answering systems over Purāṇic content  
- Machine translation between Sanskrit and modern languages  
- Summarization and feature extraction of mythological scripture  

### Out-of-Scope Use

- Modern colloquial or conversational Sanskrit tasks  

## Dataset Structure

Each record in the CSV/JSON has these fields:

- `skanda` (string): Skanda number, e.g. `"1"`  
- `adhyaya_number` (string): Adhyāya index, e.g. `"१.१"`  
- `adhyaya_title` (string): Sanskrit chapter title  
- `a_index` (int): auxiliary sequence index  
- `m_index` (int): main sequence index  
- `text` (string): full śloka text  

## Dataset Creation

### Curation Rationale

To provide researchers with a fully parsed, program-friendly version of the Devi-Bhāgavata Mahāpurāṇa for a wide range of NLP tasks.

### Source Data

#### Data Collection and Processing

- Raw Sanskrit text obtained from the critical editions of Śrīmad Devī-bhāgavatam 
- Parsed into JSON via custom Python scripts  
- Converted to CSV with per-Skanda/Adhyāya logging  

#### Who are the source data producers?

Original Purāṇic verses attributed to Vyāsa; digital encoding by Snskrt.

## Bias, Risks, and Limitations

- Classical text only—no modern translations or commentary included.  
- Possible editorial or typographical errors from digitization.

---