singhjagpreet commited on
Commit
2749338
·
verified ·
1 Parent(s): 2a8e5d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -1
README.md CHANGED
@@ -5,4 +5,72 @@ language:
5
  - pa
6
  size_categories:
7
  - n<1K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - pa
6
  size_categories:
7
  - n<1K
8
+ ---
9
+
10
+ # Gurugranth Sahib Darpan Dataset by Sahib Singh
11
+
12
+ This dataset contains a structured representation of the Gurugranth Sahib Darpan by Prof. Sahib Singh, a renowned Sikh scholar. It includes translations, interpretations, and annotations of the Sikh holy scripture, Sri Guru Granth Sahib Ji. The dataset is designed for use in natural language processing (NLP), machine learning research, and spiritual study.
13
+
14
+ # Dataset Details
15
+ Language: Punjabi (Gurmukhi script) $BANI$ and Its meaning or explanation $ARATH$
16
+ Source: Based on the works of Prof. Sahib Singh
17
+ Format: PARQUET
18
+ Size:
19
+ Purpose:
20
+ Text understanding and sentiment analysis
21
+ Scriptural studies and transliteration
22
+ NLP applications like text summarization or chatbot training
23
+ Features
24
+ Schema
25
+ Each record includes:
26
+
27
+ Shabad ID: Unique identifier for each verse or hymn.
28
+ Scripture Text (Gurmukhi/ BANI): Original text from the Guru Granth Sahib.
29
+ Translation (Punjabi/ARATH): Explanation in Punjabi language.
30
+
31
+
32
+ # Applications
33
+ This dataset can be used for:
34
+
35
+ Religious and cultural studies: To understand Sikhism's core philosophy.
36
+ NLP research: Develop translation models, sentiment analysis tools, or scriptural Q&A systems.
37
+ Multilingual models: Train systems to handle Punjabi and English text together.
38
+ Chatbots: Build AI systems capable of answering spiritual or scriptural queries.
39
+
40
+ # How to Use
41
+ Install the Hugging Face library:
42
+ bash
43
+ Copy code
44
+ pip install datasets
45
+ Load the dataset:
46
+ python
47
+ Copy code
48
+ from datasets import load_dataset
49
+
50
+ dataset = load_dataset("singhjagpreet/Gurbani_darpan")
51
+ Access the data:
52
+ python
53
+ Copy code
54
+ print(dataset['train'][0])
55
+ Licensing
56
+ License: Specify the license (e.g., MIT, CC BY-NC-SA 4.0) to ensure proper usage and credit.
57
+ Attribution: Credit Prof. Sahib Singh and the original scripture source.
58
+ Acknowledgments
59
+ Original Work: Prof. Sahib Singh's "Gurugranth Sahib Darpan."
60
+ Community: Sikh researchers and scholars who made this dataset possible.
61
+ Contributing
62
+ Contributions are welcome! If you have corrections, suggestions, or additional annotations, feel free to open a pull request or create an issue on GitHub.
63
+
64
+ Citation
65
+ If you use this dataset in your research, please cite:
66
+
67
+ bibtex
68
+ Copy code
69
+ @dataset{gurugranth_sahib_darpan,
70
+ author = {Sahib Singh},
71
+ title = {Gurugranth Sahib Darpan Dataset},
72
+ year = {2024},
73
+ publisher = {Hugging Face},
74
+ url = {https://huggingface.co/datasets/username/gurugranth_sahib_darpan}
75
+ }
76
+ Feel free to modify this template to better suit the dataset's specific characteristics and requirements.