How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("Mia2024/CS5100TextSummarization")
model = AutoModelForSeq2SeqLM.from_pretrained("Mia2024/CS5100TextSummarization", device_map="auto")
Quick Links

Model Card for Model ID

Model Details

Model Description

Final Project for 2024 Fall CS5100 Foundations of Artificial Intelligence at Roux Institute, Northeastern University.

  • Developed by: Nan Chen
  • Language(s) (NLP): Python, Transformers
  • Finetuned from model: facebook/bart-large-cnn

Model Sources [optional]

Downloads last month
2
Safetensors
Model size
0.4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Mia2024/CS5100TextSummarization

Space using Mia2024/CS5100TextSummarization 1