ronantakizawa commited on
Commit
76115d2
·
verified ·
1 Parent(s): f5389d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -63,6 +63,12 @@ dataset_info:
63
  dtype: float64
64
  - name: difficulty_score
65
  dtype: float64
 
 
 
 
 
 
66
  splits:
67
  - name: train
68
  num_examples: 5000
@@ -83,8 +89,8 @@ This dataset contains Japanese literary texts from the [Aozora Bunko](https://ww
83
  ## 📊 Dataset Structure
84
 
85
  **Total Records**: 5,000 Japanese texts
86
- **Total Columns**: 21
87
- **Column Categories**: Original Data (3) + Core Difficulty Scores (6) + Detailed Metrics (11) + Legacy Score (1)
88
 
89
  ---
90
 
@@ -131,6 +137,14 @@ This dataset contains Japanese literary texts from the [Aozora Bunko](https://ww
131
  |--------|------|-------|-------------|
132
  | **`difficulty_score`** | float64 | 0.0-10.0 | Traditional 10-point difficulty scale for compatibility |
133
 
 
 
 
 
 
 
 
 
134
  ---
135
 
136
  ## 🎯 Difficulty Calculation Methodology
 
63
  dtype: float64
64
  - name: difficulty_score
65
  dtype: float64
66
+ - name: title
67
+ dtype: string
68
+ - name: author
69
+ dtype: string
70
+ - name: year
71
+ dtype: string
72
  splits:
73
  - name: train
74
  num_examples: 5000
 
89
  ## 📊 Dataset Structure
90
 
91
  **Total Records**: 5,000 Japanese texts
92
+ **Total Columns**: 24
93
+ **Column Categories**: Original Data (3) + Core Difficulty Scores (6) + Detailed Metrics (11) + Legacy Score (1) + Metadata (3)
94
 
95
  ---
96
 
 
137
  |--------|------|-------|-------------|
138
  | **`difficulty_score`** | float64 | 0.0-10.0 | Traditional 10-point difficulty scale for compatibility |
139
 
140
+ ### **Text Metadata (3)**
141
+
142
+ | Column | Type | Description |
143
+ |--------|------|-------------|
144
+ | **`title`** | string | Work title extracted from metadata |
145
+ | **`author`** | string | Author name extracted from metadata |
146
+ | **`year`** | string | Publication year extracted from metadata |
147
+
148
  ---
149
 
150
  ## 🎯 Difficulty Calculation Methodology