Commit
·
9edc948
1
Parent(s):
fcdec08
Update index.html
Browse files- index.html +59 -113
index.html
CHANGED
@@ -1,125 +1,71 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
-
<html
|
3 |
<head>
|
4 |
-
<title>Bootstrap
|
5 |
-
<meta charset="utf-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
7 |
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/
|
8 |
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.
|
9 |
-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/
|
10 |
-
<style>
|
11 |
-
/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
|
12 |
-
.row.content {height: 1500px}
|
13 |
-
|
14 |
-
/* Set gray background color and 100% height */
|
15 |
-
.sidenav {
|
16 |
-
background-color: #f1f1f1;
|
17 |
-
height: 100%;
|
18 |
-
}
|
19 |
-
|
20 |
-
/* Set black background color, white text and some padding */
|
21 |
-
footer {
|
22 |
-
background-color: #555;
|
23 |
-
color: white;
|
24 |
-
padding: 15px;
|
25 |
-
}
|
26 |
-
|
27 |
-
/* On small screens, set height to 'auto' for sidenav and grid */
|
28 |
-
@media screen and (max-width: 767px) {
|
29 |
-
.sidenav {
|
30 |
-
height: auto;
|
31 |
-
padding: 15px;
|
32 |
-
}
|
33 |
-
.row.content {height: auto;}
|
34 |
-
}
|
35 |
-
</style>
|
36 |
</head>
|
37 |
<body>
|
38 |
|
39 |
-
<div class="container
|
40 |
-
<
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
-
<div class="col-sm-9">
|
60 |
-
<h4><small>RECENT POSTS</small></h4>
|
61 |
-
<hr>
|
62 |
-
<h2>I Love Food</h2>
|
63 |
-
<h5><span class="glyphicon glyphicon-time"></span> Post by Jane Dane, Sep 27, 2015.</h5>
|
64 |
-
<h5><span class="label label-danger">Food</span> <span class="label label-primary">Ipsum</span></h5><br>
|
65 |
-
<p>Food is my passion. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
66 |
-
<br><br>
|
67 |
-
|
68 |
-
<h4><small>RECENT POSTS</small></h4>
|
69 |
-
<hr>
|
70 |
-
<h2>Officially Blogging</h2>
|
71 |
-
<h5><span class="glyphicon glyphicon-time"></span> Post by John Doe, Sep 24, 2015.</h5>
|
72 |
-
<h5><span class="label label-success">Lorem</span></h5><br>
|
73 |
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
74 |
-
<hr>
|
75 |
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
<p><span class="badge">2</span> Comments:</p><br>
|
86 |
-
|
87 |
-
<div class="row">
|
88 |
-
<div class="col-sm-2 text-center">
|
89 |
-
<img src="bandmember.jpg" class="img-circle" height="65" width="65" alt="Avatar">
|
90 |
-
</div>
|
91 |
-
<div class="col-sm-10">
|
92 |
-
<h4>Anja <small>Sep 29, 2015, 9:12 PM</small></h4>
|
93 |
-
<p>Keep up the GREAT work! I am cheering for you!! Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
94 |
-
<br>
|
95 |
-
</div>
|
96 |
-
<div class="col-sm-2 text-center">
|
97 |
-
<img src="bird.jpg" class="img-circle" height="65" width="65" alt="Avatar">
|
98 |
-
</div>
|
99 |
-
<div class="col-sm-10">
|
100 |
-
<h4>John Row <small>Sep 25, 2015, 8:25 PM</small></h4>
|
101 |
-
<p>I am so happy for you man! Finally. I am looking forward to read about your trendy life. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
102 |
-
<br>
|
103 |
-
<p><span class="badge">1</span> Comment:</p><br>
|
104 |
-
<div class="row">
|
105 |
-
<div class="col-sm-2 text-center">
|
106 |
-
<img src="bird.jpg" class="img-circle" height="65" width="65" alt="Avatar">
|
107 |
-
</div>
|
108 |
-
<div class="col-xs-10">
|
109 |
-
<h4>Nested Bro <small>Sep 25, 2015, 8:28 PM</small></h4>
|
110 |
-
<p>Me too! WOW!</p>
|
111 |
-
<br>
|
112 |
-
</div>
|
113 |
-
</div>
|
114 |
-
</div>
|
115 |
-
</div>
|
116 |
-
</div>
|
117 |
-
</div>
|
118 |
</div>
|
119 |
|
120 |
-
<
|
121 |
-
|
122 |
-
</
|
|
|
|
|
|
|
123 |
|
124 |
</body>
|
125 |
-
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
<head>
|
4 |
+
<title>Bootstrap Online Editor</title>
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6 |
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
|
7 |
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
8 |
+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
|
12 |
+
<div class="container">
|
13 |
+
<h2 style="text-align: center;">NLPre-PL Dataset</h2>
|
14 |
+
<p>The official NLPre-PL dataset - a uniformly paragraph-level divided version of NKJP1M corpus – the 1-million token balanced subcorpus of the National Corpus of Polish (Narodowy Korpus Języka Polskiego).
|
15 |
+
</p>
|
16 |
+
<p></p>
|
17 |
+
The NLPre dataset aims at fairly dividing the paragraphs length-wise and topic-wise into train, development, and test sets. Thus, we ensure a similar number of segments distribution per paragraph and avoid the situation when paragraphs with a small (or large) number of segments are available only e.g. during test time.
|
18 |
+
</p>
|
19 |
+
<p>
|
20 |
+
<a style="text-align: center;" href="https://huggingface.co/datasets/ipipan/nlprepl" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">🤗 NLPre-PL Dataset</a>
|
21 |
+
|
22 |
+
<a style="text-align: center;"href="http://git.nlp.ipipan.waw.pl/alina/PDBUD" class="btn btn-primary btn-lg active" role="button" aria-pressed="true">🤗 PDB-UD Dataset</a>
|
23 |
+
</p>
|
24 |
+
|
25 |
+
<div><p></p></div>
|
26 |
+
|
27 |
+
<div class="container">
|
28 |
+
<h2 style="text-align: center;">NLPre-PL Trained models</h2>
|
29 |
+
<p>Here are listed all available models, trained for the purpouse of creating NLPre-PL Benchmark.</p>
|
30 |
+
|
31 |
+
<div class="alert alert-primary" role="alert">
|
32 |
+
COMBO
|
33 |
+
</div>
|
34 |
+
|
35 |
+
<p><b>UD TAGSET</b></p>
|
36 |
+
<p>
|
37 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_pdb" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + PDB-UD</a>
|
38 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_pdb" class="btn btn-seconday btn-lg active" >COMBO + fasttext + PDB-UD </a>
|
39 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_nkjp-by-name" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + NLPrePL-fair-by-name </a>
|
40 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_nkjp-by-type" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + NLPrePL-fair-by-type </a>
|
41 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_nkjp-by-name" class="btn btn-seconday btn-lg active" > COMBO + fasttext + NLPrePL-fair-by-name </a>
|
42 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_nkjp-by-type" class="btn btn-seconday btn-lg active" > COMBO + fasttext + NLPrePL-fair-by-type </a>
|
43 |
+
</p>
|
44 |
+
|
45 |
+
<p><b>NKJP TAGSET</b></p>
|
46 |
+
<p>
|
47 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_herBERT_nkjp-by-name" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + NLPrePL-fair-by-name</a>
|
48 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_herBERT_nkjp-by-type" class="btn btn-seconday btn-lg active" >COMBO + HerBERT + NLPrePL-fair-by-type </a>
|
49 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_fasttext_nkjp-by-name" class="btn btn-seconday btn-lg active" > COMBO + fasttext + NLPrePL-fair-by-name</a>
|
50 |
+
<a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_fasttext_nkjp-by-type" class="btn btn-seconday btn-lg active" >COMBO + fasttext + NLPrePL-fair-by-type </a>
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
</p>
|
54 |
+
|
55 |
+
<div class="alert alert-primary" role="alert">
|
56 |
+
Spacy
|
57 |
+
</div>
|
58 |
+
|
59 |
+
<div class="alert alert-primary" role="alert">
|
60 |
+
Stanza
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
</div>
|
62 |
|
63 |
+
<div class="alert alert-primary" role="alert">
|
64 |
+
Trankit
|
65 |
+
</div>
|
66 |
+
|
67 |
+
|
68 |
+
</div>
|
69 |
|
70 |
</body>
|
71 |
+
</html>
|