starride-teklia mboillet commited on
Commit
776b141
1 Parent(s): 72c3dc2

Add Multilingual in model name (#2)

Browse files

- Add Multilingual in model name (8b8b345ed334aee2505f40c6d56d73ba5121d04f)


Co-authored-by: Mélodie Boillet <mboillet@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -9,14 +9,14 @@ metrics:
9
  - R
10
  - F1
11
  language:
12
- - 'la'
13
- - 'de'
14
- - 'cs'
15
  ​version:
16
- - 'Spacy v2'
17
  ---
18
 
19
- # HOME-NACR Named entity recognition
20
 
21
  This model detects Person and Location entities in Latin, Czech and German.
22
 
 
9
  - R
10
  - F1
11
  language:
12
+ - la
13
+ - de
14
+ - cs
15
  ​version:
16
+ - Spacy v2
17
  ---
18
 
19
+ # HOME-NACR Multilingual named entity recognition
20
 
21
  This model detects Person and Location entities in Latin, Czech and German.
22