BBC-FineWeb / data /pyproject.toml
Tonic's picture
Migrated from GitHub
7046435 verified
raw
history blame contribute delete
448 Bytes
[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"