mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 14:58:56 +06:00
10 lines
257 B
Python
10 lines
257 B
Python
dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex']
|
|
|
|
from hubconfs.automodels_hubconf import (
|
|
autoConfig,
|
|
autoModel,
|
|
autoModelForQuestionAnswering,
|
|
autoModelForSequenceClassification,
|
|
autoModelWithLMHead,
|
|
autoTokenizer,
|
|
) |