mboillet commited on
Commit
8b8b345
1 Parent(s): 72c3dc2

Add Multilingual in model name

Browse files
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