Initial commit

This commit is contained in:
2025-11-28 16:11:49 +05:30
commit 83feea6f06
7 changed files with 2883 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "fineweb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=4.4.1",
"ipykernel>=7.1.0",
"ipython>=9.7.0",
"matplotlib>=3.10.7",
"torch>=2.9.1",
"transformers>=4.57.3",
]