File size: 708 Bytes
1036575
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: autonlp
language: en
widget:
- text: "I love AutoNLP 🤗"
datasets:
- gborn/autonlp-data-news-summarization
co2_eq_emissions: 210.6348731063569
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 483413089
- CO2 Emissions (in grams): 210.6348731063569

## Validation Metrics

- Loss: 1.8478657007217407
- Rouge1: 50.5981
- Rouge2: 26.2167
- RougeL: 46.0513
- RougeLsum: 46.061
- Gen Len: 13.5987

## 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 AutoNLP"}' https://api-inference.huggingface.co/gborn/autonlp-news-summarization-483413089
```