Spaces:
Runtime error
Runtime error
readme: minor updates
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import pandas as pd
|
3 |
|
4 |
title = """
|
5 |
-
# hmLeaderboard: Space for tracking and ranking models on
|
6 |
|
7 |
![hmLeaderboard](https://huggingface.co/spaces/hmbench/hmLeaderboard/resolve/main/logo.png)
|
8 |
"""
|
@@ -13,8 +13,8 @@ description = """
|
|
13 |
At the moment the following models are supported:
|
14 |
|
15 |
* hmBERT: [Historical Multilingual Language Models for Named Entity Recognition](https://huggingface.co/hmbert).
|
16 |
-
* hmTEAMS: [
|
17 |
-
* hmByT5: [
|
18 |
|
19 |
## Datasets
|
20 |
|
|
|
2 |
import pandas as pd
|
3 |
|
4 |
title = """
|
5 |
+
# hmLeaderboard: Space for tracking and ranking models on Historical NER Datasets
|
6 |
|
7 |
![hmLeaderboard](https://huggingface.co/spaces/hmbench/hmLeaderboard/resolve/main/logo.png)
|
8 |
"""
|
|
|
13 |
At the moment the following models are supported:
|
14 |
|
15 |
* hmBERT: [Historical Multilingual Language Models for Named Entity Recognition](https://huggingface.co/hmbert).
|
16 |
+
* hmTEAMS: [Historical Multilingual TEAMS Models](https://huggingface.co/hmteams).
|
17 |
+
* hmByT5: [Historical Multilingual and Monolingual ByT5 Models](https://huggingface.co/hmbyt5) (In Progress)
|
18 |
|
19 |
## Datasets
|
20 |
|