system's picture
system HF staff
Commit From AutoTrain
0275c4a
|
raw
history blame contribute delete
No virus
720 Bytes
---
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
```