--- tags: autonlp language: unk widget: - text: "I love AutoNLP 🤗" datasets: - spy24/autonlp-data-US_to_AUS co2_eq_emissions: 1.4276876566788055 --- # Model Trained Using AutoNLP - Problem type: Summarization - Model ID: 607117159 - CO2 Emissions (in grams): 1.4276876566788055 ## Validation Metrics - Loss: 1.5177973508834839 - Rouge1: 46.134 - Rouge2: 10.578 - RougeL: 45.8856 - RougeLsum: 46.0088 - Gen Len: 3.7283 ## 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"}' https://api-inference.huggingface.co/spy24/autonlp-US_to_AUS-607117159 ```