--- tags: autonlp language: unk widget: - text: "I love AutoNLP 🤗" datasets: - spy24/autonlp-data-US-to-UK2 co2_eq_emissions: 1.1913570653422176 --- # Model Trained Using AutoNLP - Problem type: Summarization - Model ID: 606317091 - CO2 Emissions (in grams): 1.1913570653422176 ## Validation Metrics - Loss: 1.9264822006225586 - Rouge1: 44.2035 - Rouge2: 6.134 - RougeL: 43.9114 - RougeLsum: 44.0231 - Gen Len: 3.6134 ## 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-UK2-606317091 ```