test-model / README.md
system's picture
system HF staff
Commit From AutoTrain
6ad4463
|
raw
history blame
No virus
736 Bytes
---
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
```