Skip to content

Commit

Permalink
Merge branch 'main' into zero-shot-roberta
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be authored Sep 26, 2023
2 parents 49b7a5d + 9575902 commit 0fcf5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipelines/zero_shot_classification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ impl ZeroShotClassificationModel {
/// # Ok(())
/// # }
/// ```
fn new_with_tokenizer(
pub fn new_with_tokenizer(
config: ZeroShotClassificationConfig,
tokenizer: TokenizerOption,
) -> Result<ZeroShotClassificationModel, RustBertError> {
Expand Down

0 comments on commit 0fcf5ab

Please sign in to comment.