初始化项目,由ModelHub XC社区提供模型

Model: NilanE/tinyllama-en_ja-translation-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 03:21:19 +08:00
commit 3f1f682807
9 changed files with 93560 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
---
language:
- en
- ja
license: apache-2.0
tags:
- text-generation-inference
- transformers
- unsloth
- llama
- trl
base_model: NilanE/tinyllama-relora-merge
datasets:
- NilanE/SmallParallelDocs-Ja_En-6k-preChunkedForTinyllama
---
In-progess long-context Japanese-English translation model based on tinyllama. Input should be 500-1000 tokens long. Make sure to set 'do_sample = False' if using HF transformers for inference, or otherwise set temperature to 0 for deterministic outputs.
## Prompt format
"""Translate this from Japanese to English:\n### JAPANESE: {source text} \n### ENGLISH: """