File size: 719 Bytes
fdfd2fb |
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: autonlp
language: unk
widget:
- text: "I love AutoNLP 🤗"
datasets:
- danicodes/autonlp-data-legal-text-summary
co2_eq_emissions: 10.148805588432941
---
# Model Trained Using AutoNLP
- Problem type: Summarization
- Model ID: 457311749
- CO2 Emissions (in grams): 10.148805588432941
## Validation Metrics
- Loss: 1.647747278213501
- Rouge1: 32.4854
- Rouge2: 19.8974
- RougeL: 30.0602
- RougeLsum: 29.9377
- Gen Len: 46.6556
## 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 AutoNLP"}' /static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fdanicodes%2Fautonlp-legal-text-summary-457311749%3C%2Fspan%3E
``` |