File size: 712 Bytes
c306019 |
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: en
widget:
- text: "I love AutoTrain 🤗"
datasets:
- scaccomatto/autotrain-data-260-0
co2_eq_emissions: 19.045065953636296
---
# Model Trained Using AutoTrain
- Problem type: Summarization
- Model ID: 1068537269
- CO2 Emissions (in grams): 19.045065953636296
## Validation Metrics
- Loss: 0.42951640486717224
- Rouge1: 85.4322
- Rouge2: 82.999
- RougeL: 84.8782
- RougeLsum: 85.1256
- Gen Len: 169.2895
## 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/scaccomatto/autotrain-260-0-1068537269
``` |