File size: 715 Bytes
b08fdc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
- anegi/autonlp-data-dialogue-summariztion
co2_eq_emissions: 72.26141764997115
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 583416409
- CO2 Emissions (in grams): 72.26141764997115

## Validation Metrics

- Loss: 1.4701834917068481
- Rouge1: 47.7785
- Rouge2: 24.8518
- RougeL: 40.2231
- RougeLsum: 43.9487
- Gen Len: 18.8029

## 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/anegi/autonlp-dialogue-summariztion-583416409
```