Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
---
|
2 |
-
license: isc
|
3 |
language:
|
4 |
- es
|
|
|
|
|
5 |
tags:
|
6 |
- ner
|
7 |
- token classification
|
8 |
- flair
|
9 |
-
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- es
|
4 |
+
license: isc
|
5 |
+
library_name: flair
|
6 |
tags:
|
7 |
- ner
|
8 |
- token classification
|
9 |
- flair
|
10 |
+
metrics:
|
11 |
+
- f1
|
12 |
+
- precision
|
13 |
+
- recall
|
14 |
+
- accuracy
|
15 |
---
|