File size: 687 Bytes
e3b02f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-US-to-UK
co2_eq_emissions: 3.3271667948644614
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 604417040
- CO2 Emissions (in grams): 3.3271667948644614

## Validation Metrics

- Loss: 1.919085144996643
- Rouge1: 39.2808
- Rouge2: 4.905
- RougeL: 39.113
- RougeLsum: 39.1463
- Gen Len: 3.4611

## 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-US-to-UK-604417040
```