magistermilitum
commited on
Commit
•
f16545e
1
Parent(s):
7f5ea5d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- latin}
|
4 |
+
- french
|
5 |
+
- spanish
|
6 |
+
license: cc-by-nc-4.0
|
7 |
+
tags:
|
8 |
+
- text # Example: audio
|
9 |
+
- named entity recognition
|
10 |
+
- roberta
|
11 |
+
- historical languages
|
12 |
+
|
13 |
+
- precision # Example: wer. Use metric id from https://hf.co/metrics
|
14 |
+
- recall
|
15 |
+
|
16 |
+
model-index:
|
17 |
+
- name: roberta-multilingual-medieval-ner
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: named entity recognition # Required. Example: automatic-speech-recognition
|
21 |
+
metrics:
|
22 |
+
- type: precision # Required. Example: wer
|
23 |
+
value: 98.01 # Required. Example: 20.90
|
24 |
+
|
25 |
---
|