My Model
This model is designed for [describe task, e.g., text generation, classification].
Usage
To use this model, install transformers:pip install transformers from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
model_name = "your-huggingface-username/My_HF_Token" model = AutoModelForSeq2SeqLM.from_pretrained(model_name) tokenizer = AutoTokenizer.from_pretrained(model_name)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.
Model tree for ajetiardian/My_HF_Token
Base model
facebook/bart-large-mnli