jonathanbratt / RBERT

Implementation of BERT in R
Apache License 2.0
158 stars 19 forks source link

Not getting to download the bert_base_uncased #69

Closed gydrqjones closed 1 year ago

gydrqjones commented 1 year ago

On running the package for the first time and am getting the below error message - please can you offer some guidance -thanks

'rDownloading' is not recognized as an internal or external command, operable program or batch file.

jonathanbratt commented 1 year ago

Thanks for the note! Without digging into it further, my guess is it has something to do with package versions or the Python/TensorFlow installation. In either case, I suggest taking a look at our newer packages, torchtransformers and tidybert. These provide the same functionality as RBERT (and more), but are built on the R torch package, so no Python installation is required.

gydrqjones commented 1 year ago

Gratitude! I was able to successfully install them. by chance where can get the documentation on how to use the two as I am new to this - thanks.

jonathanbratt commented 1 year ago

Great! I suggest you start with the "basic usage" vignette in the tidybert package. If you run into any trouble, please create an issue in the corresponding package.

We haven't got around to finding a new home for the visualization routines, so the RBERTviz package may still be useful.