File size: 736 Bytes
6ad4463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: autotrain
language: unk
widget:
- text: "I love AutoTrain 🤗"
datasets:
- jcashmoney123/autotrain-data-test-summarization
co2_eq_emissions: 6.160395825083539
---

# Model Trained Using AutoTrain

- Problem type: Summarization
- Model ID: 1177143826
- CO2 Emissions (in grams): 6.160395825083539

## Validation Metrics

- Loss: 2.9017226696014404
- Rouge1: 21.6224
- Rouge2: 5.6481
- RougeL: 19.0725
- RougeLsum: 19.1428
- Gen Len: 12.0

## 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 AutoTrain"}' https://api-inference.huggingface.co/jcashmoney123/autotrain-test-summarization-1177143826
```