seemapatil commited on
Commit
6466ae4
·
1 Parent(s): 8141d0c

Create project.toml

Browse files
Files changed (1) hide show
  1. project.toml +12 -0
project.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [package]
2
+ name = "tomlq"
3
+ version = "0.1.0"
4
+ authors = ["Seema Patil <[email protected]>"]
5
+ license = "MIT"
6
+ repository = "https://github.com/seema-AIML/tomlq"
7
+ description = "Finetune a transformers model on a text classification task"
8
+
9
+ [dependencies]
10
+ toml = "0.4"
11
+ clap = "2.26"
12
+ error-chain = "0.10"