File size: 2,392 Bytes
73c6ace
 
 
 
 
 
 
 
8a79900
 
 
 
 
 
 
 
 
 
2477f08
8a79900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c4d9e99
8a79900
42da91d
8a79900
 
 
 
 
 
 
 
 
 
 
2477f08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a79900
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
---
license: cc-by-sa-4.0
language:
- bo
pretty_name: Sakya Library Texts
size_categories:
- n<1K
---
# Sakya Library Texts Dataset

## Description

This dataset contains the digitized texts from the Sakya Library, which are openly available on their [official website](http://sakyalibrary.com). The Sakya Library is an esteemed repository of Tibetan Buddhist literature associated with the Sakya tradition. 

The texts cover a range of topics and have been digitized as part of an effort to preserve and share these invaluable resources. This dataset is an **unofficial compilation** and is not directly affiliated with the Sakya Monastery or its official digital library. It includes only texts that are publicly accessible and excludes those intended solely for practitioners guided by a Lama.

**Please note that these texts contain religious content, so I ask you to treat this with respect.**

---

## Features

The dataset has the following fields:

- **category**: (string) The category or topic of the text.
- **title**: (string) The title of the text.
- **author**: (string) The author of the text.
- **content**: (string) The full content of the text.

---

## License

This dataset is made available under the **CC BY-NC-SA 4.0** license. You can read the full license [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).

---

## Citation

If you use this dataset, please cite it as:

```
@dataset{huggingface_sakya_library, title = {Sakya Library Texts Dataset}, author = {hallerite}, year = {2024}, url = {https://huggingface.co/datasets/hallerite/sakya-library-texts}, note = {This dataset is derived from publicly accessible texts available at http://sakyalibrary.com and is not an official representation of the Sakya Library.} }
```
---

## Homepage

For more information about the original texts, visit the [Sakya Library's official website](http://sakyalibrary.com).

## Dataset Info
The following technical details provide an overview of the dataset's structure and size:

```yaml
dataset_info:
  features:
  - name: category
    dtype: string
  - name: title
    dtype: string
  - name: author
    dtype: string
  - name: content
    dtype: string
  splits:
  - name: train
    num_bytes: 282636238
    num_examples: 783
  download_size: 72364971
  dataset_size: 282636238
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
```