|
--- |
|
tags: |
|
- autotrain |
|
- summarization |
|
language: |
|
- unk |
|
widget: |
|
- text: "I love AutoTrain 🤗" |
|
datasets: |
|
- Udit191/autotrain-data-summarization-3 |
|
co2_eq_emissions: |
|
emissions: 1.235017342037016 |
|
--- |
|
|
|
# Model Trained Using AutoTrain |
|
|
|
- Problem type: Summarization |
|
- Model ID: 50012120089 |
|
- CO2 Emissions (in grams): 1.2350 |
|
|
|
## Validation Metrics |
|
|
|
- Loss: 2.550 |
|
- Rouge1: 50.048 |
|
- Rouge2: 21.135 |
|
- RougeL: 28.058 |
|
- RougeLsum: 44.609 |
|
- Gen Len: 141.800 |
|
|
|
## 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/Udit191/autotrain-summarization-3-50012120089 |
|
``` |