File size: 694 Bytes
6a6e7f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-AUS-to-US2
co2_eq_emissions: 1.1512164322839105
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 606817121
- CO2 Emissions (in grams): 1.1512164322839105

## Validation Metrics

- Loss: 2.0312094688415527
- Rouge1: 34.8844
- Rouge2: 5.2023
- RougeL: 34.6339
- RougeLsum: 34.8555
- Gen Len: 3.1792

## 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-AUS-to-US2-606817121
```