|
--- |
|
tags: autotrain |
|
language: en |
|
widget: |
|
- text: "I love AutoTrain 🤗" |
|
datasets: |
|
- faisalahmad2/autotrain-data-nlp-text-summarization-by-faisal |
|
co2_eq_emissions: 27.26671996544415 |
|
--- |
|
|
|
# Model Trained Using AutoTrain |
|
|
|
- Problem type: Summarization |
|
- Model ID: 793224456 |
|
- CO2 Emissions (in grams): 27.26671996544415 |
|
|
|
## Validation Metrics |
|
|
|
- Loss: 1.5189369916915894 |
|
- Rouge1: 38.7852 |
|
- Rouge2: 17.0785 |
|
- RougeL: 32.1082 |
|
- RougeLsum: 32.1103 |
|
- Gen Len: 18.7332 |
|
|
|
## 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/faisalahmad2/autotrain-nlp-text-summarization-by-faisal-793224456 |
|
``` |