feat: adding dataset

This commit is contained in:
akhdanre 2025-05-13 11:31:39 +07:00
parent 3cf689159c
commit 011b22e262
6 changed files with 161 additions and 191 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

View File

@ -50,6 +50,6 @@ def predict_sentence(sentence: str) -> dict:
# 3. Demo
# -----------------------------
if __name__ == "__main__":
sample = "batu bata terbuat dari material tanah liat"
sample = "ngaben adalan acara pembakaran jenazah masyarakat suku bali"
result = predict_sentence(sample)
print(json.dumps(result, ensure_ascii=False, indent=2))

Binary file not shown.