Commit Graph

15 Commits

Author SHA1 Message Date
Miwa / Ensan
4d4e54691c feat: enable MemberImportVisibility feature for future compatibility 2025-06-15 19:15:35 +09:00
Miwa / Ensan
f52c3814f1 fix: getWiseData関連の実装を修正し、bya→ビャなどの変換を適切に表示 2025-06-14 19:38:18 +09:00
Miwa / Ensan
6d49f67164 feat: --readonly_memory optionを追加し、外部の学習データを用いたデバッグを実行可能にした 2025-06-01 18:41:34 +09:00
ensan-hcl
c240dec854 feat: sessionコマンドにdump/replayの機能を追加 2025-03-08 15:54:12 +09:00
Miwa / Ensan
36277064b4 feat: support N-gram based personalization 2025-02-08 18:57:04 +09:00
Miwa / Ensan
9142f3e493 support zenz-v3 2025-02-06 23:01:51 +09:00
Miwa / Ensan
6d482abdca fix: build errors in CliTools 2024-09-28 17:06:41 +09:00
Miwa / Ensan
9d31eeee66 chore: swiftlint 2024-08-07 23:10:51 +09:00
Miwa / Ensan
068585c2a5 feat: make the behavior option 2024-08-07 23:09:37 +09:00
ensan-hcl
445361d6dc feat: add next character prediction API and add it to session cli 2024-08-01 15:57:56 +09:00
Miwa / Ensan
3770633c44 feat: zenz-v2の文脈による条件づけ機能を活かしたAPIを追加 2024-07-31 00:46:39 +09:00
Miwa / Ensan
62f8740271 feat: session運用中に伸ばし棒と句読点の入力が面倒だった問題を修正 2024-07-04 23:17:24 +09:00
Miwa / Ensan
a58397b5a6 fix: add save memory trigger 2024-06-27 21:49:06 +09:00
Miwa
f58f1603d4 feat: Zenzaiで学習機能を有効化する (#108)
* feat: add metadata for DicdataElement

* feat: ignore learned word in zenz evaluation

* feat: improve session command to support temporal memory
2024-06-27 00:32:44 +09:00
Miwa
55ffe3c708 [Experimental] Zenzai (#92)
* experimental rinna integration

* Update impl

* update

* Bump swift-actions/setup-swift from 1 to 2

Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1 to 2.
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](https://github.com/swift-actions/setup-swift/compare/v1...v2)

---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* change test

* change impl

* take gpt2 weight as option

* don't use async

* support status check

* enhance error

* avoid percent encode

* update

* GPT-2 based kana-kanji conversion is now perfectly workinggit statusgit status

* fix a bug

* Rename gpt2/llama -> zenz

* cleanup

* internal apiを綺麗にした

* cleanup experimental commands

* update

* partially support incremental input using cache

* fix names

* fix bug

* support roman2kana

* cleanup

* fix minor bugs

* improve logic

* fix minor bug

* fix minor bug

* fix minor bug

* optimize

* optimize performance

* Optimize cache hit

* cli: add anco session command

* fix cache hit bugs

* improve session commands

* maybe this will work better for incremental input environment

* speed up zenzai by using n_best alternatives

* update zenz context

* adding no_typo api

* add inference limit

* fix bug

* reset install_cli

* make package buildable -- but llama.cpp features just do not work at this point because metal is not preprocessed

* add proper availability checks

* change macOS minimum version

* fix several problems

* code cleanup

* enable ubuntu build

* fix build error

* fix ubuntu build

* fix borrowing

* update install_cli.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 01:36:45 +09:00