skip to Main Content

Error implementing pretrained BETO model (spanish version of bert) using pytorch – Debian

I am trying to test this model called BETO (the model is an implementation of Bert in Spanish): !pip install transformers !wget https://users.dcc.uchile.cl/~jperez/beto/cased_2M/pytorch_weights.tar.gz !wget https://users.dcc.uchile.cl/~jperez/beto/cased_2M/vocab.txt !wget https://users.dcc.uchile.cl/~jperez/beto/cased_2M/config.json !tar -xzvf pytorch_weights.tar.gz !mv config.json pytorch/. !mv vocab.txt pytorch/. import torch from transformers…

VIEW QUESTION
Back To Top
Search