josecannete/large_spanish_corpus
Updated • 262 • 30
How to use dccuchile/albert-xlarge-spanish with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("dccuchile/albert-xlarge-spanish")
model = AutoModelForPreTraining.from_pretrained("dccuchile/albert-xlarge-spanish")This is an ALBERT model trained on a big spanish corpora. The model was trained on a single TPU v3-8 with the following hyperparameters and steps/time: