Add static anchors for all benchmarked models (HF link harvesting without JS)
Browse files- index.html +15 -0
index.html
CHANGED
|
@@ -105,6 +105,21 @@ python benchmark/score.py --model <your-model> --config en --name "Your Mo
|
|
| 105 |
The reference scorer <code>score.py</code> lives alongside the dataset.</p>
|
| 106 |
</div>
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
<footer>
|
| 109 |
ROC-AUC on nutrientdocs/grounding-benchmark (CC-BY-SA-4.0) 路 reproducible via benchmark/score.py 路
|
| 110 |
Nutrient models: <a href="https://huggingface.co/nutrientdocs/grounding-en">grounding-en</a>, <a href="https://huggingface.co/nutrientdocs/grounding-multilingual">grounding-multilingual</a> 路
|
|
|
|
| 105 |
The reference scorer <code>score.py</code> lives alongside the dataset.</p>
|
| 106 |
</div>
|
| 107 |
|
| 108 |
+
<p class="muted" style="font-size:12.5px;margin-top:28px">
|
| 109 |
+
<strong>Models benchmarked:</strong>
|
| 110 |
+
<a href="https://huggingface.co/nutrientdocs/grounding-en">nutrientdocs/grounding-en</a> 路
|
| 111 |
+
<a href="https://huggingface.co/nutrientdocs/grounding-multilingual">nutrientdocs/grounding-multilingual</a> 路
|
| 112 |
+
<a href="https://huggingface.co/MoritzLaurer/deberta-v3-large-zeroshot-v2.0">MoritzLaurer/deberta-v3-large-zeroshot-v2.0</a> 路
|
| 113 |
+
<a href="https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli">MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli</a> 路
|
| 114 |
+
<a href="https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7">MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7</a> 路
|
| 115 |
+
<a href="https://huggingface.co/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli">MoritzLaurer/mDeBERTa-v3-base-mnli-xnli</a> 路
|
| 116 |
+
<a href="https://huggingface.co/facebook/bart-large-mnli">facebook/bart-large-mnli</a> 路
|
| 117 |
+
<a href="https://huggingface.co/cross-encoder/nli-deberta-v3-base">cross-encoder/nli-deberta-v3-base</a> 路
|
| 118 |
+
<a href="https://huggingface.co/cross-encoder/nli-MiniLM2-L6-H768">cross-encoder/nli-MiniLM2-L6-H768</a> 路
|
| 119 |
+
<a href="https://huggingface.co/FacebookAI/roberta-large-mnli">FacebookAI/roberta-large-mnli</a> 路
|
| 120 |
+
<a href="https://huggingface.co/joeddav/xlm-roberta-large-xnli">joeddav/xlm-roberta-large-xnli</a>
|
| 121 |
+
</p>
|
| 122 |
+
|
| 123 |
<footer>
|
| 124 |
ROC-AUC on nutrientdocs/grounding-benchmark (CC-BY-SA-4.0) 路 reproducible via benchmark/score.py 路
|
| 125 |
Nutrient models: <a href="https://huggingface.co/nutrientdocs/grounding-en">grounding-en</a>, <a href="https://huggingface.co/nutrientdocs/grounding-multilingual">grounding-multilingual</a> 路
|