Spaces:
Build error
Build error
[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") |