File size: 688 Bytes
eea0caf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
- spy24/autonlp-data-UK-to-US
co2_eq_emissions: 1.113131499202784
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 600416931
- CO2 Emissions (in grams): 1.113131499202784

## Validation Metrics

- Loss: 1.8278849124908447
- Rouge1: 45.7945
- Rouge2: 8.5245
- RougeL: 45.8031
- RougeLsum: 45.9067
- Gen Len: 3.0622

## 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/spy24/autonlp-UK-to-US-600416931
```