Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CjangCjengh committed Dec 10, 2023
1 parent a5ca24c commit d5bea87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ __pycache__/*
models/*
settings.ini
resources
build
dist
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@
[台版轻小说翻译模型v1.0(繁體中文 → 日本語)](https://drive.google.com/file/d/1PJRP5ucEeicvc-p7cXwaTWOU3mU4ozXt/view?usp=sharing)

[轻小说翻译模型(测试版)(日本語 → 한국어)](https://drive.google.com/file/d/1-wvmBLPzqbUM9iECAoWkBUJtVIp27GFm/view?usp=sharing)

## Sakura-13B-LNovel
Run `server.py` in [SakuraLLM/Sakura-13B-Galgame](https://github.com/SakuraLLM/Sakura-13B-Galgame/tree/dev_server)
```sh
python server.py \
--listen "127.0.0.1:5000" \
--model_name_or_path "SakuraLLM/Sakura-13B-LNovel-v0.8" \
--trust_remote_code \
--model_version 0.8 \
--use_gptq_model \
--no-auth
```

0 comments on commit d5bea87

Please sign in to comment.