Commit 19ef2b0a authored by VictorSanh's avatar VictorSanh
Browse files

Fix typo in hubconf

parent d0f59105
......@@ -10,8 +10,8 @@ from hubconfs.bert_hubconf import (
bertForTokenClassification
)
from hubconfs.gpt_hubconf import (
OpenAIGPTTokenizer,
OpenAIGPTModel,
OpenAIGPTLMHeadModel,
OpenAIGPTDoubleHeadsModel
openAIGPTTokenizer,
openAIGPTModel,
openAIGPTLMHeadModel,
openAIGPTDoubleHeadsModel
)
\ No newline at end of file
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