--- tags: autotrain language: en widget: - text: "I love AutoTrain 🤗" datasets: - tho-clare/autotrain-data-Text-Generate co2_eq_emissions: 7.2566545568791945 --- # Model Trained Using AutoTrain - Problem type: Summarization - Model ID: 1089139622 - CO2 Emissions (in grams): 7.2566545568791945 ## Validation Metrics - Loss: 2.4398036003112793 - Rouge1: 15.4155 - Rouge2: 6.5786 - RougeL: 12.3257 - RougeLsum: 13.9424 - Gen Len: 19.0 ## 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/tho-clare/autotrain-Text-Generate-1089139622 ```