Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
nielsr HF Staff commited on
Commit
dfb128e
·
verified ·
1 Parent(s): 13abf7b

Improve dataset card: Add associated papers, GitHub, project page links, and tags

Browse files

This PR enhances the dataset card for Ultra-FineWeb by:
* Adding a link to the main MiniCPM4 paper ([https://huggingface.co/papers/2506.07900](https://huggingface.co/papers/2506.07900)), which describes the models trained using this dataset, and including its citation.
* Including a link to the associated GitHub repository ([https://github.com/openbmb/minicpm](https://github.com/openbmb/minicpm)).
* Adding a link to the MiniCPM4 Hugging Face collection ([https://huggingface.co/collections/openbmb/minicpm-4-6841ab29d180257e940baa9b)) as a project page.
* Adding descriptive tags (`llm`, `pretraining`, `web-corpus`, `data-filtering`, `high-quality`) for better discoverability.

Files changed (1) hide show
  1. README.md +25 -11
README.md CHANGED
@@ -1,4 +1,19 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: default
4
  data_files:
@@ -13,16 +28,8 @@ configs:
13
  dtype: float
14
  - name: source
15
  dtype: string
16
- task_categories:
17
- - text-generation
18
- language:
19
- - en
20
- - zh
21
- pretty_name: Ultra-FineWeb
22
- size_categories:
23
- - n>1T
24
- license: apache-2.0
25
  ---
 
26
  # Ultra-FineWeb
27
 
28
  <div align="center">
@@ -35,8 +42,7 @@ English | [简体中文]()
35
 
36
  <div align="center">
37
 
38
- [📜 Technical Report](https://arxiv.org/abs/2505.05427)
39
- <!-- | [💻 Github Repo]() -->
40
 
41
  </div>
42
 
@@ -110,6 +116,14 @@ If you find our work useful, please consider citing:
110
  primaryClass={cs.CL},
111
  }
112
  ```
 
 
 
 
 
 
 
 
113
 
114
  ## 💳 License
115
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: apache-2.0
6
+ size_categories:
7
+ - n>1T
8
+ task_categories:
9
+ - text-generation
10
+ pretty_name: Ultra-FineWeb
11
+ tags:
12
+ - llm
13
+ - pretraining
14
+ - web-corpus
15
+ - data-filtering
16
+ - high-quality
17
  configs:
18
  - config_name: default
19
  data_files:
 
28
  dtype: float
29
  - name: source
30
  dtype: string
 
 
 
 
 
 
 
 
 
31
  ---
32
+
33
  # Ultra-FineWeb
34
 
35
  <div align="center">
 
42
 
43
  <div align="center">
44
 
45
+ [📜 Ultra-FineWeb Technical Report](https://arxiv.org/abs/2505.05427) | [📄 MiniCPM4 Paper](https://huggingface.co/papers/2506.07900) | [💻 GitHub Repository](https://github.com/openbmb/minicpm) | [🌐 MiniCPM4 Project Page](https://huggingface.co/collections/openbmb/minicpm-4-6841ab29d180257e940baa9b)
 
46
 
47
  </div>
48
 
 
116
  primaryClass={cs.CL},
117
  }
118
  ```
119
+ And the main paper where Ultra-FineWeb is used:
120
+ ```bibtex
121
+ @article{minicpm4,
122
+ title={MiniCPM4: Ultra-Efficient LLMs on End Devices},
123
+ author={MiniCPM Team},
124
+ year={2025}
125
+ }
126
+ ```
127
 
128
  ## 💳 License
129