H1-keywordextractor / README.md
system's picture
system HF staff
Commit From AutoTrain
d8185a1
|
raw
history blame
No virus
726 Bytes
---
tags:
- autotrain
- summarization
language:
- unk
widget:
- text: "I love AutoTrain 🤗"
datasets:
- transformer3/autotrain-data-finance6
co2_eq_emissions:
emissions: 0.03286397835245103
---
# Model Trained Using AutoTrain
- Problem type: Summarization
- Model ID: 51355121739
- CO2 Emissions (in grams): 0.0329
## Validation Metrics
- Loss: 1.408
- Rouge1: 30.417
- Rouge2: 20.332
- RougeL: 28.167
- RougeLsum: 28.165
- Gen Len: 19.992
## 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/transformer3/autotrain-finance6-51355121739
```