Feat: val number and log interval option

This commit is contained in:
litagin02
2024-02-09 15:47:58 +09:00
parent 618d3e1626
commit 5876624f01
8 changed files with 59 additions and 11 deletions

View File

@@ -600,9 +600,6 @@ if __name__ == "__main__":
"./bert/deberta-v2-large-japanese-char-wwm"
)
text = "こんにちは、世界。"
print("Original:")
print("NFKC:")
text = unicodedata.normalize("NFKC", text)
from text.japanese_bert import get_bert_feature
text = text_normalize(text)