Skip to content

Commit

Permalink
Updated BERT_QA model uri
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Jul 10, 2020
1 parent d758595 commit 8f10d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bert/bert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl BertModelResources {
/// Shared under Apache 2.0 license by Hugging Face Inc at https://github.com/huggingface/transformers/tree/master/examples/question-answering. Modified with conversion to C-array format.
pub const BERT_QA: (&'static str, &'static str) = (
"bert-qa/model.ot",
"https://cdn.huggingface.co/bert/bert-large-cased-whole-word-masking-finetuned-squad/rust_model.ot",
"https://cdn.huggingface.co/bert-large-cased-whole-word-masking-finetuned-squad-rust_model.ot",
);
}

Expand Down

0 comments on commit 8f10d45

Please sign in to comment.