Edit model card

Persian Long Text Summarization

This Model Accept 8K Tokens

⚡️ Quickstart

from transformers import AutoTokenizer
from transformers import pipeline

summarizer = pipeline("summarization", model="zedfum/arman-longformer-8k-finetuned-ensani", tokenizer="zedfum/arman-longformer-8k-finetuned-ensani" , device=0)
text_to_summarize=""
summarizer(text_to_summarize, min_length=5, max_length=512, truncation=True)
Downloads last month
18
Safetensors
Model size
285M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Dataset used to train zedfum/arman-longformer-8k-finetuned-ensani