File size: 692 Bytes
58c67b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-US
co2_eq_emissions: 3.3930796843275846
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 601516964
- CO2 Emissions (in grams): 3.3930796843275846

## Validation Metrics

- Loss: 1.9823806285858154
- Rouge1: 42.8783
- Rouge2: 7.4603
- RougeL: 42.8492
- RougeLsum: 43.0556
- Gen Len: 2.8952

## 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-US-601516964
```