Ayaka
Ayaka
Remove an redundant `z` after `.`.
这个 PR 给 README 排版。 因为原来的 README 没有遵循[排版原则](https://github.com/sparanoid/chinese-copywriting-guidelines),于是提了这个修改: - Python 首字母要大写 - "Python 3":Python 和 3 之间有空格(可参考 Python 官网的写法) - Read the Docs 三个词之间要空格(可参考官网的写法) - 有两处语病 - 中英文之间要添加空格
Add conversion according to user feedback 
Is this an official model by Mistral AI?
使用最新的 commit https://github.com/Clansty/Q2TG/commit/279b05e1a34c28cb09e794cac08a077fa99696b4 出現報錯: ``` Prisma schema loaded from nix/store/j7rii50cfb9ba9mrixy511335x56niad-q2tg/libexec/q2tg/node_modules/.prisma/client/schema.prisma Datasource "db": PostgreSQL database "q2tg-data", schema "public" at "127.0.0.1:5432" ⚠ There might be data loss when applying the changes: •...
I have been using this project for a long time and it's really a game-changer! It has made my life so much easier by eliminating the need for me to...
The character "箆" should be a variant of "篦".
For example, currently `yitizi.get('苧')` yields `['苎', '薴']`. However, if the input is guaranteed to be an orthodox character, the result can be limited to a list of a single character...
It would be great to add a function to get the orthodox characters (正字) of a character. ```python >>> f('畱') # TODO: Get a better name ['留'] >>> f('留') ['留']...
- `stack_leaves`: Stack the leaves of one or more PyTrees along a new axis. - `unstack_leaves`: Unstack the leaves of a PyTree. References: - https://docs.liesel-project.org/en/v0.1.4/_modules/liesel/goose/pytree.html#stack_leaves - https://gist.github.com/willwhitney/dd89cac6a5b771ccff18b06b33372c75?permalink_comment_id=4634557#gistcomment-4634557 - https://github.com/ayaka14732/llama-2-jax/blob/ab33e1f15489daa8b9040389c77e486cd450e461/lib/tree_utils/__init__.py