--- tags: autotrain language: unk widget: - text: "I love AutoTrain 🤗" datasets: - mshoaibsarwar/autotrain-data-pdm-news co2_eq_emissions: 258.9123940027299 --- # Model Trained Using AutoTrain - Problem type: Summarization - Model ID: 982832610 - CO2 Emissions (in grams): 258.9123940027299 ## Validation Metrics - Loss: 1.2983888387680054 - Rouge1: 39.1872 - Rouge2: 21.6625 - RougeL: 34.2362 - RougeLsum: 34.23 - Gen Len: 52.762 ## 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/mshoaibsarwar/autotrain-pdm-news-982832610 ```