Commit bc29aa67 authored by LysandreJik's avatar LysandreJik
Browse files

HubConf configuration

parent f35f6122
dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex'] dependencies = ['torch', 'tqdm', 'boto3', 'requests', 'regex']
from pytorch_transformers import ( from hubconfs.automodels_hubconf import (
AutoTokenizer, AutoModel, AutoModelWithLMHead, AutoModelForSequenceClassification, AutoModelForQuestionAnswering autoConfig,
autoModel,
autoModelForQuestionAnswering,
autoModelForSequenceClassification,
autoModelWithLMHead,
autoTokenizer,
) )
\ No newline at end of file
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