Commit
·
7b4bf40
1
Parent(s):
9edc948
Update index.html
Browse files- index.html +18 -10
index.html
CHANGED
@@ -34,20 +34,28 @@
|
|
34 |
|
35 |
<p><b>UD TAGSET</b></p>
|
36 |
<p>
|
37 |
-
<
|
38 |
-
<a href="https://huggingface.co/ipipan/
|
39 |
-
<a href="https://huggingface.co/ipipan/
|
40 |
-
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_nkjp-by-
|
41 |
-
<a href="https://huggingface.co/ipipan/
|
42 |
-
<a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_nkjp-by-
|
|
|
|
|
43 |
</p>
|
44 |
|
45 |
<p><b>NKJP TAGSET</b></p>
|
46 |
<p>
|
47 |
-
<
|
48 |
-
<a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_herBERT_nkjp-by-
|
49 |
-
<a href="https://huggingface.co/ipipan/
|
50 |
-
<a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_fasttext_nkjp-by-
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
</p>
|
|
|
34 |
|
35 |
<p><b>UD TAGSET</b></p>
|
36 |
<p>
|
37 |
+
<ul class="list-group list-group-light list-group-small">
|
38 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_pdb" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + PDB-UD</a></li>
|
39 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_pdb" class="btn btn-seconday btn-lg active" >COMBO + fasttext + PDB-UD </a></li>
|
40 |
+
<li class="list-group-item"><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></li>
|
41 |
+
<li class="list-group-item"><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></li>
|
42 |
+
<li class="list-group-item"><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></li>
|
43 |
+
<li class="list-group-item"><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></li>
|
44 |
+
</ul>
|
45 |
</p>
|
46 |
|
47 |
<p><b>NKJP TAGSET</b></p>
|
48 |
<p>
|
49 |
+
<ul class="list-group list-group-light list-group-small">
|
50 |
+
<li class="list-group-item"><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></li>
|
51 |
+
<li class="list-group-item"><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></li>
|
52 |
+
<li class="list-group-item"><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></li>
|
53 |
+
<li class="list-group-item"><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></li>
|
54 |
+
</ul>
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
|
60 |
|
61 |
</p>
|