Ertugrul commited on
Commit
5723921
1 Parent(s): 3f326f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -22,6 +22,17 @@ To ensure the dataset's completeness, we utilized multiple transformer models to
22
 
23
  The dataset is provided in CSV format, for more details on the merged datasets used, please refer to the reference section.
24
 
 
 
 
 
 
 
 
 
 
 
 
25
  ## Dataset Structure
26
 
27
  | Dataset Information | |
 
22
 
23
  The dataset is provided in CSV format, for more details on the merged datasets used, please refer to the reference section.
24
 
25
+ ## Loading Dataset
26
+
27
+ To use dataset by using Huggingface dataset use snippet below:
28
+
29
+ ```python
30
+ from datasets import load_dataset
31
+
32
+ # If the dataset is gated/private, make sure you have run huggingface-cli login
33
+ dataset = load_dataset("Overfit-GM/turkish-toxic-language")
34
+ ```
35
+
36
  ## Dataset Structure
37
 
38
  | Dataset Information | |