Transformers
PyTorch
English
pegasus
text2text-generation
Trained with AutoTrain
File size: 763 Bytes
3088d5f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
tags: autotrain
language: en
widget:
- text: "I love AutoTrain 🤗"
datasets:
- faisalahmad/autotrain-data-nsut-nlp-project-textsummarization
co2_eq_emissions: 4444.804304528572
---

# Model Trained Using AutoTrain

- Problem type: Summarization
- Model ID: 791824381
- CO2 Emissions (in grams): 4444.804304528572

## Validation Metrics

- Loss: 1.4599040746688843
- Rouge1: 46.5461
- Rouge2: 23.8595
- RougeL: 38.526
- RougeLsum: 38.5219
- Gen Len: 23.468

## Usage

You can use cURL to access this model:

```
$ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/faisalahmad/autotrain-nsut-nlp-project-textsummarization-791824381
```