Spaces:
Running
Running
Add description to card metadata (#1)
Browse files- Add description to card metadata (d88e1073d3fbca7e1df31c42451d75309e226f53)
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: seqeval
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,10 +8,37 @@ sdk_version: 3.0.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
-
- evaluate
|
12 |
-
- metric
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# Metric Card for seqeval
|
16 |
|
17 |
## Metric description
|
|
|
1 |
---
|
2 |
title: seqeval
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
+
- evaluate
|
12 |
+
- metric
|
13 |
+
description: >-
|
14 |
+
seqeval is a Python framework for sequence labeling evaluation.
|
15 |
+
|
16 |
+
seqeval can evaluate the performance of chunking tasks such as named-entity
|
17 |
+
recognition, part-of-speech tagging, semantic role labeling and so on.
|
18 |
+
|
19 |
+
|
20 |
+
This is well-tested by using the Perl script conlleval, which can be used for
|
21 |
+
|
22 |
+
measuring the performance of a system that has processed the CoNLL-2000 shared
|
23 |
+
task data.
|
24 |
+
|
25 |
+
|
26 |
+
seqeval supports following formats:
|
27 |
|
28 |
+
IOB1
|
29 |
+
|
30 |
+
IOB2
|
31 |
+
|
32 |
+
IOE1
|
33 |
+
|
34 |
+
IOE2
|
35 |
+
|
36 |
+
IOBES
|
37 |
+
|
38 |
+
|
39 |
+
See the [README.md] file at https://github.com/chakki-works/seqeval for more
|
40 |
+
information.
|
41 |
+
---
|
42 |
# Metric Card for seqeval
|
43 |
|
44 |
## Metric description
|