File size: 694 Bytes
254148a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: unk
widget:
- text: "I love AutoNLP 🤗"
datasets:
- sumedh/autotrain-data-MeQSum-1
co2_eq_emissions: 35.865521343923916
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 660519466
- CO2 Emissions (in grams): 35.865521343923916

## Validation Metrics

- Loss: 1.3210543394088745
- Rouge1: 52.1593
- Rouge2: 34.5464
- RougeL: 50.1141
- RougeLsum: 50.1067
- Gen Len: 11.93

## 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/sumedh/autonlp-MeQSum-1-660519466
```