freococo commited on
Commit
7d327cf
·
verified ·
1 Parent(s): e072e10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -10
README.md CHANGED
@@ -75,15 +75,6 @@ dataset = load_dataset("freococo/sunnah_dataset")
75
  print(dataset['train'][0])
76
  ```
77
 
78
- ### Using `pandas`
79
- ```python
80
- import pandas as pd
81
-
82
- df = pd.read_parquet("https://huggingface.co/datasets/freococo/sunnah_dataset/resolve/main/sunnah_com_dataset.parquet")
83
- # To see only Sahih hadiths
84
- sahih_df = df[df['gradings'].str.contains('Sahih', na=False)]
85
- ```
86
-
87
  ## Credits and Attribution
88
  This dataset would not be possible without the massive efforts of:
89
  - **Source Platform:** [Sunnah.com](https://sunnah.com), who have provided a vital service to the Muslim Ummah by digitizing these texts.
@@ -92,7 +83,7 @@ This dataset would not be possible without the massive efforts of:
92
 
93
  ## License & Usage
94
  This dataset is shared under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**.
95
- - **Attribution:** You must credit **Sunnah.com** and the creator **freococo**.
96
  - **Non-Commercial:** This data should not be sold or used for commercial profit.
97
  - **Share Alike:** If you remix or build upon this data, you must distribute your contributions under the same license.
98
  ```
 
75
  print(dataset['train'][0])
76
  ```
77
 
 
 
 
 
 
 
 
 
 
78
  ## Credits and Attribution
79
  This dataset would not be possible without the massive efforts of:
80
  - **Source Platform:** [Sunnah.com](https://sunnah.com), who have provided a vital service to the Muslim Ummah by digitizing these texts.
 
83
 
84
  ## License & Usage
85
  This dataset is shared under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**.
86
+ - **Attribution:** You must credit **Sunnah.com** but NO need to give CREDIT to the dataset creator **freococo**.
87
  - **Non-Commercial:** This data should not be sold or used for commercial profit.
88
  - **Share Alike:** If you remix or build upon this data, you must distribute your contributions under the same license.
89
  ```