Update README.md
Browse files
README.md
CHANGED
|
@@ -83,5 +83,13 @@ print(f"Score: {score:.2f}")
|
|
| 83 |
|
| 84 |
If you use these classifiers, please cite:
|
| 85 |
```
|
| 86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
```
|
|
|
|
| 83 |
|
| 84 |
If you use these classifiers, please cite:
|
| 85 |
```
|
| 86 |
+
@article{almeida2025building,
|
| 87 |
+
title={Building High-Quality Datasets for Portuguese LLMs: From Common Crawl Snapshots to Industrial-Grade Corpora},
|
| 88 |
+
author={Almeida, Thales Sales and Nogueira, Rodrigo and Pedrini, Helio},
|
| 89 |
+
journal={Journal of the Brazilian Computer Society},
|
| 90 |
+
volume={31},
|
| 91 |
+
number={1},
|
| 92 |
+
pages={1246--1262},
|
| 93 |
+
year={2025}
|
| 94 |
+
}
|
| 95 |
```
|