初始化项目,由ModelHub XC社区提供模型
Model: NilanE/tinyllama-en_ja-translation-v2 Source: Original Platform
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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: """
|
||||
Reference in New Issue
Block a user