Gyaneshere commited on
Commit
8384b76
·
verified ·
1 Parent(s): 154f88d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ When citing search results, mention the source, and ensure your answer reflects
352
  gr.Examples(
353
  examples=[
354
  "Explain how Llama 4 uses Mixture of Experts.",
355
- "Explain interleaved Rotational Positional Embedding a.k.a iRoPE architecture used in Llama 4 and its advantage.",
356
  "How does Llama 4 family of models finds Needle in a Haystack faster than its predecessor."
357
  ],
358
  inputs=msg
 
352
  gr.Examples(
353
  examples=[
354
  "Explain how Llama 4 uses Mixture of Experts.",
355
+ "Explain use of interleaved attention layers without positional embeddings cobined with inference time temperature scaling of attention to enhance length generalization a.k.a iRoPE architecture used in Llama 4 and its advantage.",
356
  "How does Llama 4 family of models finds Needle in a Haystack faster than its predecessor."
357
  ],
358
  inputs=msg