nlpodyssey / cybertron

Cybertron: the home planet of the Transformers in Go
BSD 2-Clause "Simplified" License
280 stars 26 forks source link

Fixed default hypothesisTemplate in zeroshot classification. #40

Closed jaybinks closed 7 months ago

jaybinks commented 7 months ago

if unspecified in the API request, hypothesisTemplate is an empty string instead of zeroshotclassifier.DefaultHypothesisTemplate resulting in API calls not working as expected.