maksymdolgikh commited on
Commit
fc65874
·
1 Parent(s): 113b180

name fixes

Browse files
Files changed (1) hide show
  1. seqeval_with_fbeta.py +1 -1
seqeval_with_fbeta.py CHANGED
@@ -11,7 +11,7 @@
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
- """ seqeval metric. """
15
 
16
  import importlib
17
  from typing import List, Optional, Union
 
11
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
+ """ seqeval_with_fbeta metric. """
15
 
16
  import importlib
17
  from typing import List, Optional, Union