--- title: (Llama-3) Poems in a Jiffy emoji: ⚡ colorFrom: blue colorTo: yellow sdk: gradio sdk_version: 4.36.1 app_file: app.py pinned: false short_description: Generates student commentary for poems --- # Poem Commentary Generator Project to create a free tool to help students learn to analyze poetry. ## Basics This tool is inspired by language learning primers like [this Latin student aid](https://babel.hathitrust.org/cgi/pt?id=njp.32101015068578&seq=15) for Vergil's *Aeneid*. Drawing on the metaphor of a foreign language, I created this tool to create a line-by-line commentary on a target poem to support students. **The outputs of this "custom GPT" should not be taken on trust, nor are they meant to replace or to simulate student work, but rather to supplement it.** Reflection on the outputs is encouraged, for example, why the LLM so often struggles with basic sound patterns (e.g., alliteration, rhyme). Such conversations can develop critical AI literacy skills. ## References Much of the code is owed to [@osanseviero](https://huggingface.co/spaces/osanseviero/mistral-super-fast) and [@ysharma](https://huggingface.co/spaces/ysharma/Chat_with_Meta_llama3_8b) ### Works Cited Hayden, Robert. "Those Winter Sundays." Poetry Foundation, 2024, https://www.poetryfoundation.org/poems/46461/those-winter-sundays. Accessed January 2024. McKay, Claude. "Those Winter Sundays." American Academy of Poets, 2024, https://poets.org/poem/harlem-dancer. Accessed January 2024. ## Llama 3 docs [Llama 3 License](https://github.com/meta-llama/llama3/blob/main/LICENSE) [Llama 3 Use Policy](https://ai.meta.com/llama/use-policy/)