Spaces:
Runtime error
Runtime error
maksymdolgikh commited on
Commit ·
0f093bf
1
Parent(s): fc65874
name fixes
Browse files- README.md +1 -1
- seqeval_with_fbeta.py +2 -0
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🤗
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
|
|
|
| 1 |
---
|
| 2 |
+
title: seqeval_with_fbeta
|
| 3 |
emoji: 🤗
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: red
|
seqeval_with_fbeta.py
CHANGED
|
@@ -55,6 +55,8 @@ IOE2
|
|
| 55 |
IOBES
|
| 56 |
|
| 57 |
See the [README.md] file at https://github.com/chakki-works/seqeval for more information.
|
|
|
|
|
|
|
| 58 |
"""
|
| 59 |
|
| 60 |
_KWARGS_DESCRIPTION = """
|
|
|
|
| 55 |
IOBES
|
| 56 |
|
| 57 |
See the [README.md] file at https://github.com/chakki-works/seqeval for more information.
|
| 58 |
+
|
| 59 |
+
This modification of seqeval allows computation of Fβ score, in addition to F1.
|
| 60 |
"""
|
| 61 |
|
| 62 |
_KWARGS_DESCRIPTION = """
|