Spaces:
Sleeping
Sleeping
Charles De Dampierre
commited on
Commit
·
f883d5a
1
Parent(s):
b9d9009
first commit
Browse files- .gitattributes +2 -0
- app.py +28 -0
- figures/fig_automated_readibility.html +3 -0
- figures/fig_bunka_metrics.html +3 -0
- figures/fig_med.html +3 -0
- figures/fig_men.html +3 -0
- figures/fig_perplexity.html +3 -0
- figures/fig_sport.html +3 -0
- figures/fig_women.html +3 -0
- figures/general_fig.html +3 -0
- tables/fineweb_5000.csv +3 -0
- tables/topics_bunka_metrics.csv +3 -0
- tables/topics_perplexity.csv +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.html filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
app.py
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
import plotly.graph_objects as go
|
3 |
+
import streamlit.components.v1 as components
|
4 |
+
|
5 |
+
|
6 |
+
# Streamlit app
|
7 |
+
st.title("Demo Vivatech")
|
8 |
+
|
9 |
+
|
10 |
+
def load_figures(path="figures/general_fig.html"):
|
11 |
+
element = open(path, "r", encoding="utf-8")
|
12 |
+
return components.html(element.read(), height=1200, width=1200)
|
13 |
+
|
14 |
+
|
15 |
+
# Display each figure
|
16 |
+
figure_paths = [
|
17 |
+
"figures/fig_automated_readibility.html",
|
18 |
+
"figures/fig_bunka_metrics.html",
|
19 |
+
"figures/fig_med.html",
|
20 |
+
"figures/fig_men.html",
|
21 |
+
"figures/fig_perplexity.html",
|
22 |
+
"figures/fig_sport.html",
|
23 |
+
"figures/fig_women.html",
|
24 |
+
"figures/general_fig.html",
|
25 |
+
]
|
26 |
+
|
27 |
+
for path in figure_paths:
|
28 |
+
load_figures(path)
|
figures/fig_automated_readibility.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:500d31f4bc915df49dcb9af4de4a2275a84d027eac3c4ddd110d76a964fa7579
|
3 |
+
size 7485424
|
figures/fig_bunka_metrics.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6aad5c3075f48eea371b622f6f384c0763ad7cd91da6af12ef7dcb35cec41e9
|
3 |
+
size 7485594
|
figures/fig_med.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72a23660ac3f19d7b9df366ec4d705cc7c896c605e5366dd83a572779a977261
|
3 |
+
size 7570060
|
figures/fig_men.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81c7b628c7e3cdea5423125b881e69bf620fe486d15b68621312ca6acbef0fb6
|
3 |
+
size 7570030
|
figures/fig_perplexity.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dc0556f9c63bf77507c11ca55ca7e510a644268562b425b2ab4b693ee24e02d
|
3 |
+
size 7485520
|
figures/fig_sport.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:565d70014106a6776a50c3f22d7c3d969f1dac42c5b03af6174b33f975ba6553
|
3 |
+
size 7570042
|
figures/fig_women.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67513b5cf5cd9e83a60feecfe81c45d375f8c6d977bd1c3dbda5b4b436af441d
|
3 |
+
size 7570022
|
figures/general_fig.html
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dd1ee4084b95d5a25e578e2e23a613ae29e224085bc7f16c367e6fc858cee7c
|
3 |
+
size 7671495
|
tables/fineweb_5000.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:037ed2970df3d4ff8e19151579dbd426714e65f0ef85613b4123df0afa2ce5cb
|
3 |
+
size 13076625
|
tables/topics_bunka_metrics.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c16d37324789f3a82911abaa265c51939a097354f3c9573dfd7f456f07d00b3
|
3 |
+
size 561
|
tables/topics_perplexity.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a7132f66990c9c3e4b845a0bff7546a41b9eba298d0d92caaf0012fb10af7a9
|
3 |
+
size 569
|