mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 17:52:35 +06:00
11 lines
265 B
Python
11 lines
265 B
Python
dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex', 'sentencepiece', 'sacremoses']
|
|
|
|
from hubconfs.automodels_hubconf import (
|
|
config,
|
|
model,
|
|
modelForQuestionAnswering,
|
|
modelForSequenceClassification,
|
|
modelWithLMHead,
|
|
tokenizer,
|
|
)
|