text_tagging / pyproject.toml
seemapatil's picture
Update pyproject.toml
08c9178
raw
history blame
364 Bytes
[package]
name = "tomlq"
version = "0.1.0"
authors = ["Seema Patil <[email protected]>"]
repository = "https://github.com/seema-AIML/tomlq"
description = "Finetune a transformers model on a text classification task"
[dependencies]
toml = "0.4"
clap = "2.26"
error-chain = "0.10"
pip install toml && python -c 'import toml; c = toml.load("pyproject.toml")