theo-bert-base / pyproject.toml
toranb's picture
Initial release: TheoBERT Base — biblical-domain masked language model
a64c547
Raw
History Blame
345 Bytes
[project]
name = "theo-bert-base"
version = "0.1.0"
description = "Standalone Hugging Face export for a custom biblical-domain masked language model."
requires-python = ">=3.10"
dependencies = [
"torch>=2.4.0",
"transformers>=5.2.0",
"safetensors>=0.7.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"