--- tags: autonlp language: unk widget: - text: "I love AutoNLP 🤗" datasets: - spy24/autonlp-data-US-to-AUS3 co2_eq_emissions: 1.2956300881026077 --- # Model Trained Using AutoNLP - Problem type: Summarization - Model ID: 606917136 - CO2 Emissions (in grams): 1.2956300881026077 ## Validation Metrics - Loss: 2.2489309310913086 - Rouge1: 31.0639 - Rouge2: 2.2447 - RougeL: 31.1492 - RougeLsum: 31.1753 - Gen Len: 3.4798 ## 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-AUS3-606917136 ```