Skip to content

Commit

Permalink
add bloomz shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
batmac committed Apr 21, 2023
1 parent ecbdc0a commit bf0f776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/mutators/single/huggingface.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var HuggingFaceCommonTasks = map[string]string{
"ner": "dbmdz/bert-large-cased-finetuned-conll03-english",
"translation": "t5-base",
"bloom": "bigscience/bloom",
"bloomz": "bigscience/bloomz",
}

type HuggingFaceRequest struct {
Expand Down

0 comments on commit bf0f776

Please sign in to comment.