elixir-nx / bumblebee

Pre-trained Neural Network models in Axon (+ 🤗 Models integration)
Apache License 2.0
1.26k stars 90 forks source link

Update RoBERTa tokenizer in examples #366

Closed Benjamin-Philip closed 2 months ago

Benjamin-Philip commented 2 months ago

The tokenizer for roberta has been migrated from "roberta-FacebookAI/roberta-base" to "FacebookAI/roberta-base", causing the example to fail.

This commit updates the tokenizer path, thereby fixing the broken example.