Spaces:
Running
Running
victormiller
commited on
Commit
•
d594e25
1
Parent(s):
1064591
Update results.py
Browse files- results.py +2 -3
results.py
CHANGED
@@ -434,13 +434,12 @@ perp1_div = Div(
|
|
434 |
llama_div = Div(
|
435 |
Section(
|
436 |
H2("Llama 3.1 8B"),
|
437 |
-
P("For comparison purpose, we run the same perplexity evaluation with llama 3.1 8B model.")
|
438 |
-
plotly2fasthtml(llama_graph1),
|
439 |
),
|
440 |
Section(
|
441 |
H3("Perplexity vs Buckets"),
|
442 |
Img(src="images/perp-across-diff-buckets-global.png", height = "300", width = "600" ),
|
443 |
-
|
444 |
),
|
445 |
Section(
|
446 |
H3("Perplexity vs Years"),
|
|
|
434 |
llama_div = Div(
|
435 |
Section(
|
436 |
H2("Llama 3.1 8B"),
|
437 |
+
P("For comparison purpose, we run the same perplexity evaluation with llama 3.1 8B model."),
|
|
|
438 |
),
|
439 |
Section(
|
440 |
H3("Perplexity vs Buckets"),
|
441 |
Img(src="images/perp-across-diff-buckets-global.png", height = "300", width = "600" ),
|
442 |
+
plotly2fasthtml(llama_graph1),
|
443 |
),
|
444 |
Section(
|
445 |
H3("Perplexity vs Years"),
|