Skip to content

Commit

Permalink
token-classification pipeline added
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymax committed Mar 2, 2022
1 parent 9e3628d commit 967cca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"default":"default",
"sequence-classification":"sequence-classification",
"question-answering":"question-answering",
"sentence-transformers":"default"
"sentence-transformers":"default",
"token-classification":"token-classification",
#"masked-lm":"masked-lm",
#"causal-lm":"causal-lm",
#"seq2seq-lm":"seq2seq-lm",
#"token-classification":"token-classification",
#"multiple-choice":"multiple-choice",
}

Expand Down

0 comments on commit 967cca0

Please sign in to comment.