metadata
tags:
- simultaneous-translation
- east
- ot-annotation
language:
- de
- en
license: mit
llama_3_8b_gpt4_de_en
Experiment llama_3_8b_gpt4_de_en from the Teacher-Free Read/Write Annotation for Simultaneous
Machine Translation project.
Recipe
- Backbone:
meta-llama/Meta-Llama-3-8B-Instruct - Corpus:
SiMT-De-En-660K - Annotator:
GPT-4 (shipped with SiMT-De-En-660K, unchanged) - Criterion:
gpt4-original(Ο = 0) - Latencies: ['low', 'medium', 'high']
Files in this repo
config.yamlβ the exact experiment config that produced this run.manifest.jsonβ git sha, hostname, GPUs, timestamps.logs/β per-stage stdout+stderr frombin/run.eval/β every landed eval-JSON cell (hypothesis, reference, AL, BLEU).annotate/β per-directionmatrices.jsonl(divergence matrices) produced by this backbone as annotator.source_pool.jsonβ the corpus rows the matrices index into ({index, source, target, src_lang, tgt_lang, latency, source_chunks, target_chunks, _corpus}). Matrices are unjoinable without this file β records only carryindex.- SFT checkpoint (
*.safetensors+ tokenizer).
Reproduce
git clone https://github.com/dipankarsrirag/simt-tor-26.git
cd simt-tor-26
cp .simtrc.example .simtrc # edit paths for your setup
bin/run configs/llama_3_8b_gpt4_de_en.yaml --ngpus N
Git commit at time of run: unknown