File size: 720 Bytes
0275c4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
- datien228/autotrain-data-summary-text
co2_eq_emissions: 1850.790132860878
---

# Model Trained Using AutoTrain

- Problem type: Summarization
- Model ID: 1079039131
- CO2 Emissions (in grams): 1850.790132860878

## Validation Metrics

- Loss: 1.8720897436141968
- Rouge1: 40.3451
- Rouge2: 17.4156
- RougeL: 30.9608
- RougeLsum: 38.8329
- Gen Len: 67.0434

## 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/datien228/autotrain-summary-text-1079039131
```