hubconf.py 265 Bytes
Newer Older
1
dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex', 'sentencepiece', 'sacremoses']
VictorSanh's avatar
VictorSanh committed
2

LysandreJik's avatar
LysandreJik committed
3
from hubconfs.automodels_hubconf import (
4
5
6
7
8
9
    config,
    model,
    modelForQuestionAnswering,
    modelForSequenceClassification,
    modelWithLMHead,
    tokenizer,
VictorSanh's avatar
VictorSanh committed
10
)