Dasool commited on
Commit
dc1bbec
Β·
verified Β·
1 Parent(s): f2a96ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +103 -3
README.md CHANGED
@@ -1,3 +1,103 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - ja
6
+ - ko
7
+ - zh
8
+ ---
9
+ # Dataset Card for HuggingFace-CJK-Metadata
10
+
11
+ ## Dataset Summary
12
+
13
+ This dataset provides structured metadata and documentation extracted from the top 700 most downloaded datasets per language on the Hugging Face Hub for Chinese (zh), Japanese (ja), Korean (ko), and English (en, as a reference). The collection includes both high-level metadata (e.g., size, license, task type) and raw dataset card contents, enabling large-scale, cross-linguistic analysis of data curation, documentation quality, and cultural development patterns in East Asian NLP communities.
14
+
15
+ All download statistics were recorded on **January 28, 2025**, and the dataset includes a total of **3,300+ entries** spanning metadata and documentation fields.
16
+
17
+ ## Supported Tasks
18
+
19
+ This dataset is intended for:
20
+ - Dataset ecosystem analysis
21
+ - Meta-evaluation of documentation quality
22
+ - Cultural and institutional analysis of NLP practices across languages
23
+ - Visualization and benchmarking of dataset trends
24
+
25
+ ## Languages
26
+
27
+ - **zh** – Chinese
28
+ - **ja** – Japanese
29
+ - **ko** – Korean
30
+ - **en** – English (reference baseline)
31
+
32
+ ---
33
+
34
+ ## Dataset Structure
35
+
36
+ The dataset contains two main components: structured metadata and full dataset card content, each organized by language (English, Chinese, Japanese, Korean).
37
+
38
+ ```
39
+ huggingface-cjk-metadata/
40
+ └── data/
41
+ β”œβ”€β”€ dataset_card/
42
+ β”‚ β”œβ”€β”€ dataset_cards_en.csv
43
+ β”‚ β”œβ”€β”€ dataset_cards_ko.csv
44
+ β”‚ β”œβ”€β”€ dataset_cards_ja.csv
45
+ β”‚ └── dataset_cards_zh.csv
46
+ └── dataset_meta/
47
+ β”œβ”€β”€ dataset_meta_en.csv
48
+ β”œβ”€β”€ dataset_meta_ko.csv
49
+ β”œβ”€β”€ dataset_meta_ja.csv
50
+ └── dataset_meta_zh.csv
51
+ ```
52
+
53
+ ### πŸ“˜ `dataset_meta` files
54
+
55
+ Each row corresponds to a Hugging Face dataset and includes structured metadata fields:
56
+
57
+ | Field | Description |
58
+ |---------------------|-------------|
59
+ | `id` | Hugging Face dataset ID (e.g., `skt/kogpt2`) |
60
+ | `author` | Dataset creator (user or organization) |
61
+ | `created_at` | Timestamp when the dataset repo was created |
62
+ | `lastModified` | Timestamp of the latest commit |
63
+ | `sha` | Git commit SHA |
64
+ | `downloads_30` | Number of downloads in the past 30 days |
65
+ | `downloads_alltime` | Total number of downloads |
66
+ | `likes` | Number of likes on the dataset page |
67
+ | `tags` | Associated tags |
68
+ | `tasks` | NLP tasks associated with the dataset |
69
+ | `description` | Short dataset summary |
70
+ | `citation` | Citation information |
71
+ | `languages` | Languages covered (e.g., `ko`, `en`, `zh`) |
72
+ | `language_category` | One of: `monolingual`, `en-paired`, `multilingual` |
73
+ | `size_categories` | Estimated dataset size (e.g., `10K<n<100K`) |
74
+ | `paperswithcode_id` | Linked PapersWithCode ID (if any) |
75
+ | `private` | Boolean indicating if repo is private |
76
+ | `gated` | Boolean for gated access |
77
+ | `disabled` | Boolean for deactivated datasets |
78
+ | `license` | License name (e.g., `apache-2.0`, `cc-by-nc-4.0`) |
79
+ | `arxiv_id` | arXiv paper ID (if applicable) |
80
+ | `url` | Hugging Face dataset URL |
81
+ | `task_ids` | Internal Hugging Face task identifiers |
82
+
83
+
84
+ ### πŸ“„ `dataset_card` files
85
+
86
+ Each file contains raw Hugging Face dataset card contents in two fields:
87
+
88
+ | Field | Description |
89
+ |------------------|-------------|
90
+ | `dataset_id` | Dataset identifier (same as `id` in meta) |
91
+ | `yaml_metadata` | Structured YAML block from the top of the README |
92
+ | `markdown_content` | The full free-text markdown body of the dataset card |
93
+
94
+ These cards enable deeper qualitative analyses of documentation quality, structure, and cultural content across languages.
95
+
96
+ ---
97
+
98
+ ## Citation
99
+
100
+ ## Contact
101
102
+
103
+