stefan-it commited on
Commit
b757aa2
1 Parent(s): 42385f5

readme: minor updates

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 Historic NER Datasets
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: [Historic Multilingual TEAMS Models](https://huggingface.co/hmteams).
17
- * hmByT5: [Historic Multilingual and Monolingual ByT5 Models](https://huggingface.co/hmbyt5) (In Progress)
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