Spaces:
Sleeping
Sleeping
maksymdolgikh
commited on
Commit
·
4b7b404
1
Parent(s):
94ed10f
name fixes
Browse files- seqeval_with_fbeta.py +1 -1
seqeval_with_fbeta.py
CHANGED
@@ -17,7 +17,7 @@ import importlib
|
|
17 |
from typing import List, Optional, Union
|
18 |
|
19 |
import datasets
|
20 |
-
from
|
21 |
|
22 |
import evaluate
|
23 |
|
|
|
17 |
from typing import List, Optional, Union
|
18 |
|
19 |
import datasets
|
20 |
+
from seqeval_with_fbeta.metrics import accuracy_score, classification_report
|
21 |
|
22 |
import evaluate
|
23 |
|