Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|