mihaimasala commited on
Commit
40d4977
·
verified ·
1 Parent(s): 40c2c6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: id
@@ -25,3 +28,41 @@ configs:
25
  - split: train
26
  path: data/train-*
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: odc-by
3
+ language:
4
+ - ro
5
  dataset_info:
6
  features:
7
  - name: id
 
28
  - split: train
29
  path: data/train-*
30
  ---
31
+
32
+
33
+
34
+ ### Dataset Description
35
+
36
+ <!-- Provide a longer summary of what this dataset is. -->
37
+ [FinePDFs](https://huggingface.co/datasets/HuggingFaceFW/finepdfs) is the largest publicly available corpus sourced exclusively from PDFs, containing about 3 trillion tokens across 475 million documents in 1733 languages.
38
+
39
+ Here we provide the Romanian split of FinePDFs training set, prepared for OCR: pairs of images (pages) and extracted text. This dataset is part of the instruction finetune protocol for Romanian VLMs proposed in *"Înțelegi românește?" A Recipe for Romanian Vision-Language Models* ([Masala et al., 2026](https://arxiv.org/abs/2605.31401)).
40
+
41
+
42
+
43
+ ## Citation
44
+
45
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
46
+
47
+ ```bibtex
48
+ @misc{kydlicek2025finepdfs,
49
+ title={FinePDFs},
50
+ author={Hynek Kydl{\'\i}{\v{c}}ek and Guilherme Penedo and Leandro von Werra},
51
+ year={2025},
52
+ publisher = {Hugging Face},
53
+ journal = {Hugging Face repository},
54
+ howpublished = {\url{https://huggingface.co/datasets/HuggingFaceFW/finepdfs}}
55
+ }
56
+ ```
57
+
58
+ ```bibtext
59
+ @misc{masala2026intelegi,
60
+ title={``\^{I}n\c{t}elegi Rom\^{a}ne\c{s}te?'' A Recipe for Romanian Vision-Language Models},
61
+ author={Mihai Masala and Marius Leordeanu and Mihai Dascalu and Traian Rebedea},
62
+ year={2026},
63
+ eprint={2605.31401},
64
+ archivePrefix={arXiv},
65
+ primaryClass={cs.CL},
66
+ url={https://arxiv.org/abs/2605.31401},
67
+ }
68
+ ```