Skip to content

Commit

Permalink
Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Sep 10, 2024
1 parent 5c41161 commit decc033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-holder-examples/examples/fill_mask_pipeline/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn main() -> Result<()> {
let device = get_device_from_args()?;
println!("Device: {:?}", device);

let pipeline = FillMaskPipeline::new("gabrielmbmb/bert-test", &device, None, None)?;
let pipeline = FillMaskPipeline::new("google-bert/bert-base-uncased", &device, None, None)?;

let results = pipeline.run("Paris is the [MASK] of France", None)?;
println!("`pipeline.run` results: {:?}", results);
Expand Down

0 comments on commit decc033

Please # to comment.