Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

My Transformer Model

This is a custom Transformer model trained for [your task].

My Transformer Model

This is a custom Transformer model trained for [your task].

Model Details

  • Input Dimension: 10000
  • Model Dimension: 512
  • Number of Heads: 8
  • Number of Layers: 6
  • Output Dimension: 2

Usage

from transformers import AutoModel
import torch

model = AutoModel.from_pretrained("jun-han/my_transformer_model")
Downloads last month
1
Unable to determine this model’s pipeline type. Check the docs .