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 ( ...@@ -10,8 +10,8 @@ from hubconfs.bert_hubconf import (
bertForTokenClassification bertForTokenClassification
) )
from hubconfs.gpt_hubconf import ( from hubconfs.gpt_hubconf import (
OpenAIGPTTokenizer, openAIGPTTokenizer,
OpenAIGPTModel, openAIGPTModel,
OpenAIGPTLMHeadModel, openAIGPTLMHeadModel,
OpenAIGPTDoubleHeadsModel 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