Commit 7a1f174a authored by thomwolf's avatar thomwolf
Browse files

update names of torch.hub to simpler names - update docstring

parent c665e0fc
dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex'] dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex', 'sentencepiece', 'sacremoses']
from hubconfs.automodels_hubconf import ( from hubconfs.automodels_hubconf import (
autoConfig, config,
autoModel, model,
autoModelForQuestionAnswering, modelForQuestionAnswering,
autoModelForSequenceClassification, modelForSequenceClassification,
autoModelWithLMHead, modelWithLMHead,
autoTokenizer, tokenizer,
) )
This diff is collapsed.
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