rust-bert
rust-bert copied to clipboard
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
I'm trying to rewrite an inference script for a fine-tuned BERT model i made with python into rust, here's how i save my model: ```tree indobert-finetuned ├── config.json ├── model.safetensors...
Caused by: HTTP status client error (401 Unauthorized) for url (http://repo-private-huggingface)
Hello, I ran across a mistake in the docs for [Part-Of-Speech tagging](https://docs.rs/rust-bert/latest/rust_bert/pipelines/index.html#10-part-of-speech-tagging). The last line contains `pos_model.encode_as_tensor(&input)` which does not exist. Marking the codeblock as `no_run` instead of `ignore` then...