Initial commit
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user