YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained('truongpdd/vi-en-roberta-base')
model = AutoModel.from_pretrained('truongpdd/vi-en-roberta-base', from_flax=True)
- Downloads last month
- 16