martynawck
commited on
Commit
•
6436a4a
1
Parent(s):
7e267e7
Update index.html
Browse files- index.html +79 -0
index.html
CHANGED
@@ -27,6 +27,85 @@
|
|
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
|
|
|
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="accordion" id="accordionExample">
|
32 |
+
<div class="card">
|
33 |
+
<div class="card-header" id="headingOne">
|
34 |
+
<h5 class="mb-0">
|
35 |
+
<button class="btn btn-link" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
36 |
+
COMBO
|
37 |
+
</button>
|
38 |
+
</h5>
|
39 |
+
</div>
|
40 |
+
|
41 |
+
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
|
42 |
+
<p><b>UD TAGSET</b></p>
|
43 |
+
|
44 |
+
<ul class="list-group list-group-light list-group-small">
|
45 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_pdb" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + PDB-UD</a></li>
|
46 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_pdb" target="_blank" class="btn btn-seconday btn-lg active" >COMBO + fasttext + PDB-UD </a></li>
|
47 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_nkjp-by-name" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + NLPrePL-fair-by-name </a></li>
|
48 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_herBERT_nkjp-by-type" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + NLPrePL-fair-by-type </a></li>
|
49 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_nkjp-by-name" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + fasttext + NLPrePL-fair-by-name </a></li>
|
50 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_ud_fasttext_nkjp-by-type" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + fasttext + NLPrePL-fair-by-type </a></li>
|
51 |
+
</ul>
|
52 |
+
|
53 |
+
|
54 |
+
<p><b>NKJP TAGSET</b></p>
|
55 |
+
|
56 |
+
<ul class="list-group list-group-light list-group-small">
|
57 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_herBERT_nkjp-by-name" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + HerBERT + NLPrePL-fair-by-name</a></li>
|
58 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_herBERT_nkjp-by-type" target="_blank" class="btn btn-seconday btn-lg active" >COMBO + HerBERT + NLPrePL-fair-by-type </a></li>
|
59 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_fasttext_nkjp-by-name" target="_blank" class="btn btn-seconday btn-lg active" > COMBO + fasttext + NLPrePL-fair-by-name</a></li>
|
60 |
+
<li class="list-group-item"><a href="https://huggingface.co/ipipan/nlpre_combo_nkjp_fasttext_nkjp-by-type" target="_blank" class="btn btn-seconday btn-lg active" >COMBO + fasttext + NLPrePL-fair-by-type </a></li>
|
61 |
+
</ul>
|
62 |
+
|
63 |
+
</div>
|
64 |
+
</div>
|
65 |
+
<div class="card">
|
66 |
+
<div class="card-header" id="headingTwo">
|
67 |
+
<h5 class="mb-0">
|
68 |
+
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
69 |
+
SPACY
|
70 |
+
</button>
|
71 |
+
</h5>
|
72 |
+
</div>
|
73 |
+
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
|
74 |
+
<div class="card-body">
|
75 |
+
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
76 |
+
</div>
|
77 |
+
</div>
|
78 |
+
</div>
|
79 |
+
<div class="card">
|
80 |
+
<div class="card-header" id="headingThree">
|
81 |
+
<h5 class="mb-0">
|
82 |
+
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
83 |
+
STANZA
|
84 |
+
</button>
|
85 |
+
</h5>
|
86 |
+
</div>
|
87 |
+
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
|
88 |
+
<div class="card-body">
|
89 |
+
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
90 |
+
</div>
|
91 |
+
</div>
|
92 |
+
</div>
|
93 |
+
<div class="card">
|
94 |
+
<div class="card-header" id="headingThree">
|
95 |
+
<h5 class="mb-0">
|
96 |
+
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
97 |
+
TRANKIT
|
98 |
+
</button>
|
99 |
+
</h5>
|
100 |
+
</div>
|
101 |
+
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
|
102 |
+
<div class="card-body">
|
103 |
+
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
104 |
+
</div>
|
105 |
+
</div>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
|
109 |
|
110 |
<div class="alert alert-primary" role="alert">
|
111 |
COMBO
|