--- tags: autonlp language: unk widget: - text: "I love AutoNLP 🤗" datasets: - spy24/autonlp-data-UK-to-US co2_eq_emissions: 1.113131499202784 --- # Model Trained Using AutoNLP - Problem type: Summarization - Model ID: 600416931 - CO2 Emissions (in grams): 1.113131499202784 ## Validation Metrics - Loss: 1.8278849124908447 - Rouge1: 45.7945 - Rouge2: 8.5245 - RougeL: 45.8031 - RougeLsum: 45.9067 - Gen Len: 3.0622 ## 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-UK-to-US-600416931 ```