josecannete/large_spanish_corpus
Updated • 260 • 30
How to use dccuchile/albert-tiny-spanish with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForPreTraining
tokenizer = AutoTokenizer.from_pretrained("dccuchile/albert-tiny-spanish")
model = AutoModelForPreTraining.from_pretrained("dccuchile/albert-tiny-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: