Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:

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

#21
by nielsr HF Staff - opened
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