File size: 448 Bytes
7046435 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[project]
authors = [
{ name = "Louis Maddox", email = "[email protected]" },
]
name = "bbcfw"
version = "0.1.0"
description = "BBC News specific FineWeb dataset processing"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.2.0",
"huggingface-hub>=0.27.0",
"polars>=1.19.0",
"tqdm>=4.67.1",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[project.license]
text = "MIT"
|