File size: 629 Bytes
bbd16e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags: autonlp
language: unk
widget:
- text: "I love AutoNLP 🤗"
datasets:
- Radvian/autonlp-data-indo_summarization
---

# Model Trained Using AutoNLP

- Problem type: Summarization
- Model ID: 14502562

## Validation Metrics

- Loss: 1.394163727760315
- Rouge1: 37.2335
- Rouge2: 24.4016
- RougeL: 33.5103
- RougeLsum: 35.1244
- Gen Len: 18.9982

## 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/Radvian/autonlp-indo_summarization-14502562
```