"...resnet50_tensorflow.git" did not exist on "1255d5b94dec8f1927e3d500db15ef2078196ecb"
Commit 189ff9b6 authored by Christophe Bourguignat's avatar Christophe Bourguignat Committed by Lysandre Debut
Browse files

Update README after RoBERTa addition

parent d8923270
......@@ -76,7 +76,7 @@ import torch
from pytorch_transformers import *
# PyTorch-Transformers has a unified API
# for 6 transformer architectures and 27 pretrained weights.
# for 7 transformer architectures and 30 pretrained weights.
# Model | Tokenizer | Pretrained weights shortcut
MODELS = [(BertModel, BertTokenizer, 'bert-base-uncased'),
(OpenAIGPTModel, OpenAIGPTTokenizer, 'openai-gpt'),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment