Update README.md
Browse files
README.md
CHANGED
|
@@ -17,3 +17,53 @@ configs:
|
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
---
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
<!-- BEGIN unibox_hf_autodoc -->
|
| 23 |
+
# dataproc5/intermediate-danbooru2025-balancing-tags
|
| 24 |
+
(Auto-generated summary)
|
| 25 |
+
|
| 26 |
+
## Basic Info:
|
| 27 |
+
- Shape: **9113285** rows × **2** columns
|
| 28 |
+
- Total Memory Usage: 17.75 GB
|
| 29 |
+
- Duplicates: 1 (0.00%)
|
| 30 |
+
|
| 31 |
+
## Column Stats:
|
| 32 |
+
|
| 33 |
+
Error generating stats table.
|
| 34 |
+
|
| 35 |
+
## Column Summaries:
|
| 36 |
+
|
| 37 |
+
→ id (int64)
|
| 38 |
+
- Min: 1.000, Max: 9158800.000, Mean: 4590528.448, Std: 2635818.323
|
| 39 |
+
|
| 40 |
+
→ _balancing_tags (object)
|
| 41 |
+
- Contains unhashable type: set
|
| 42 |
+
- Typical set length: mean=31.64, min=0, max=1212
|
| 43 |
+
|
| 44 |
+
## Sample Rows (first 3):
|
| 45 |
+
|
| 46 |
+
```
|
| 47 |
+
id _balancing_tags
|
| 48 |
+
9158800 {'multicolored_hair', 'kinich_(genshin_impact)'...
|
| 49 |
+
9158799 {'tattoo', 'lactation', 'breasts', 'stationary_...
|
| 50 |
+
9158798 {'sky', 'watercraft', 'smoke', 'takaharu_(corve...
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
+
## Usage Example:
|
| 54 |
+
|
| 55 |
+
```python
|
| 56 |
+
import unibox as ub
|
| 57 |
+
df = ub.loads("hf://dataproc5/intermediate-danbooru2025-balancing-tags").to_pandas()
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
## Saving to dataset:
|
| 61 |
+
|
| 62 |
+
```python
|
| 63 |
+
import unibox as ub
|
| 64 |
+
ub.saves(df, "hf://dataproc5/intermediate-danbooru2025-balancing-tags")
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
+
(last updated: 2025-04-19 02:30:03.266723)
|
| 68 |
+
|
| 69 |
+
<!-- END unibox_hf_autodoc -->
|