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)

Downloads last month

-

Downloads are not tracked for this model. How to track
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

Finetuned
(32)
this model

Dataset used to train ajetiardian/My_HF_Token