--- tags: - autotrain - summarization language: - unk widget: - text: "I love AutoTrain" datasets: - MarketingHHM/autotrain-data-hhmleoom co2_eq_emissions: emissions: 69.90507538906213 --- # Model Trained Using AutoTrain - Problem type: Summarization - Model ID: 68141137239 - CO2 Emissions (in grams): 69.9051 ## Validation Metrics - Loss: 0.796 - Rouge1: 37.229 - Rouge2: 25.158 - RougeL: 30.977 - RougeLsum: 34.945 - Gen Len: 107.979 ## 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/MarketingHHM/autotrain-hhmleoom-68141137239 ```