Update README.md
Browse files
README.md
CHANGED
@@ -2,34 +2,19 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
license: apache-2.0
|
|
|
|
|
|
|
5 |
---
|
6 |
---
|
7 |
-
# Example-
|
8 |
|
9 |
-
This
|
10 |
|
11 |
-
##
|
12 |
|
13 |
-
This dataset contains
|
14 |
-
|
15 |
-
## Dataset Details
|
16 |
-
|
17 |
-
The dataset is a
|
18 |
-
|
19 |
-
## Contents
|
20 |
-
The dataset consists of a data frame with the following columns:
|
21 |
-
|
22 |
-
## Use Cases
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
## How to use
|
27 |
```python
|
28 |
from datasets import load_dataset
|
29 |
|
30 |
dataset = load_dataset("AiresPucrs/example-data-frame", split = 'train')
|
31 |
```
|
32 |
-
|
33 |
-
## License
|
34 |
-
|
35 |
-
## Disclaimer
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: apache-2.0
|
5 |
+
pretty_name: Example DataFrame
|
6 |
+
size_categories:
|
7 |
+
- n<1K
|
8 |
---
|
9 |
---
|
10 |
+
# Example DataFrame (Teeny-Tiny Castle)
|
11 |
|
12 |
+
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.
|
13 |
|
14 |
+
## How to Use
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
```python
|
17 |
from datasets import load_dataset
|
18 |
|
19 |
dataset = load_dataset("AiresPucrs/example-data-frame", split = 'train')
|
20 |
```
|
|
|
|
|
|
|
|