Views
No views yet
| Quantization | Filename | Size | Description |
|---|---|---|---|
| q4_k_m | asmr-qwen3.5-9b-zh-tw-gguf-v0.1-q4_k_m.gguf | 5.2 GB | Good balance of quality and size |
| q6_k | asmr-qwen3.5-9b-zh-tw-gguf-v0.1-q6_k.gguf | 6.9 GB | Higher quality, moderate size |
| q8_0 | asmr-qwen3.5-9b-zh-tw-gguf-v0.1-q8_0.gguf | 8.9 GB | Near-lossless quality |
| bf16 | asmr-qwen3.5-9b-zh-tw-gguf-v0.1-bf16.gguf | 16.7 GB | Full BF16, no quantization loss |
1將以下日語ASMR逐字稿翻譯成繁體中文。
2
3音軌:track01_示例音軌
4場景說明:主角與青梅竹馬在校園下午的對話...
5
6術語表(請嚴格使用zh欄位的譯名):
7{
8 "cvs": [],
9 "characters": [],
10 "terms": [{"ja": "放課後", "zh": "放學後"}]
11}
12
13翻譯前請靜默修正下列Whisper識別錯誤:
14- 重複片語(連續3次以上且無變化):僅保留一次
15- 錯字/同音異字:依上下文修正
16- 字幕版權行(字幕:/翻訳:/QQ/LINE水印):text設為null
17- 錯誤專有名詞:依術語表修正
18
19翻譯規則:
20- 呻吟與氣息聲(あ、ん、はあ)→ 自然對應(啊、嗯、哈、呼)
21- 擬聲詞:日語形式翻譯(パンパン→啪啪);中文形式保留原樣
22- 保留角色語氣與口吻
23- text欄位只輸出譯文,不加注釋或括號說明
24
25輸入:逐字稿JSON陣列 — {"id": <n>, "text": "<日文>", "start": <ms>, "end": <ms>}
26
27輸出:將連續構成同一句話的片段合併,JSON陣列格式:
28{"ids": [<n>, ...], "text": "<繁體中文>", "start": <最早ms>, "end": <最晚ms>}
29
30字幕版權行:{"ids": [<n>], "text": null, "start": <ms>, "end": <ms>}
31每個輸入id必須恰好出現在一個輸出項中。
32
33逐字稿:
34[
35 {"id": 1, "text": "ねぇ、放課後、", "start": 3000, "end": 5000},
36 {"id": 2, "text": "一緒に帰らない?", "start": 5000, "end": 7000}
37][{"ids": [1, 2], "text": "欸,放學後,要不要一起回去?", "start": 3000, "end": 7000}]llama-server -m asmr-qwen3.5-9b-zh-tw-gguf-v0.1-q4_k_m.gguf -c 4096 --port 8080llama-cli -m asmr-qwen3.5-9b-zh-tw-gguf-v0.1-q4_k_m.gguf -p "<your prompt>" -n 20481{
2 "type": "array",
3 "items": {
4 "type": "object",
5 "properties": {
6 "ids": {
7 "type": "array",
8 "items": {
9 "type": "integer"
10 },
11 "minItems": 1
12 },
13 "text": {
14 "anyOf": [
15 {
16 "type": "string"
17 },
18 {
19 "type": "null"
20 }
21 ]
22 },
23 "start": {
24 "type": "integer"
25 },
26 "end": {
27 "type": "integer"
28 }
29 },
30 "required": [
31 "ids",
32 "text",
33 "start",
34 "end"
35 ],
36 "additionalProperties": false
37 },
38 "minItems": 1
39}--json-schema), vLLM, and outlines.unsloth/Qwen3.5-9B