Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
nicholasKluge commited on
Commit
c6d177a
1 Parent(s): 8997e96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -18,4 +18,21 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ license: apache-2.0
22
+ task_categories:
23
+ - text-classification
24
+ pretty_name: Final Text Dataset
25
+ size_categories:
26
+ - 10K<n<100K
27
  ---
28
+ # Final Text Dataset (Teeny-Tiny Castle)
29
+
30
+ This dataset is part of the tutorial tied to the [Teeny-Tiny Castle](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research.
31
+
32
+ ## How to Use
33
+
34
+ ```python
35
+ from datasets import load_dataset
36
+
37
+ dataset = load_dataset("AiresPucrs/final-text-dataset", split = 'train')
38
+ ```