Prompt Design in Vertex AI: Challenge Lab Reviews

Prompt Design in Vertex AI: Challenge Lab Reviews

48823 reviews

nice

22501A05G8 S. · Reviewed 5 days ago

Alex I. · Reviewed 5 days ago

Ravi G. · Reviewed 5 days ago

Julia W. · Reviewed 5 days ago

I have tried to complete Lab 4 as instructed. However, the system did not accept my result, even though the output on Jupyter Notebook met the requirements. Below is the code and the AI-generated output that I created. Please review and help me pass this test. Thank you. ***My code: from vertexai.preview.generative_models import GenerativeModel model = GenerativeModel("gemini-1.5-pro") prompt = """ Cymbal Direct is partnering with an outdoor gear retailer. They're launching a new line of products designed to encourage young people to explore the outdoors. Help them create catchy taglines for this product line. Ensure that the tagline includes the keyword "nature." input: <Write a tagline for a durable backpack designed for hikers that makes them feel prepared. Consider styles like minimalist.> output: <Built for the Journey: Your Adventure Essentials in Nature.> input: <Write a tagline for a weather-resistant tent designed for young adventurers, focusing on portability and ease of setup.> output: <Ready in Minutes, Protected for Days: Your Shelter in the Heart of Nature.> input: <Write a slogan for a backpack designed for athletes. The slogan should evoke a sense of durability> output: """ responses = model.generate_content( prompt, generation_config={ "temperature": 1, "max_output_tokens": 2048, "top_p": 1.0, "top_k": 40, }, stream=True ) for response in responses: print(response.text) AI output: Built to Endure, Crafted to Perform: Conquer Any Terrain with Nature on Your Back.>

Thien Tam P. · Reviewed 5 days ago

Karthi K. · Reviewed 5 days ago

Daniela E. · Reviewed 5 days ago

Shobit S. · Reviewed 5 days ago

Karen Araceli V. · Reviewed 5 days ago

Joshua C. · Reviewed 6 days ago

Sara M. · Reviewed 6 days ago

Traten de ser un poco más claros en la tarea 2, es un poco confuso el punto de los parámetros

Barenque D. · Reviewed 6 days ago

Saurabh M. · Reviewed 6 days ago

Ana R. · Reviewed 6 days ago

Barenque D. · Reviewed 6 days ago

Aruzhan Y. · Reviewed 6 days ago

Phanendra S. · Reviewed 6 days ago

Aleena T. · Reviewed 6 days ago

Fernando N. · Reviewed 6 days ago

Naagma T. · Reviewed 6 days ago

Danny O. · Reviewed 6 days ago

Marco B. · Reviewed 6 days ago

Marco C. · Reviewed 6 days ago

Deepak Kaushik G. · Reviewed 6 days ago

Dark the s. · Reviewed 6 days ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.