nlpodyssey / cybertron

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

Fixed default hypothesisTemplate in zeroshot classification. #40

Closed jaybinks closed 10 months ago

jaybinks commented 10 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.