skoneru commited on
Commit
473cc7f
·
verified ·
1 Parent(s): 2b11754

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -5,6 +5,17 @@ language:
5
  - de
6
  base_model:
7
  - Unbabel/TowerInstruct-13B-v0.1
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # KIT IWSLT25 Automatic Post-Editing Model
@@ -58,4 +69,17 @@ num_beams=5
58
  output = model.generate(**inputs, num_beams=num_beams, max_new_tokens=256, return_dict_in_generate=True, early_stopping=True, do_sample=False)
59
  hyps = tokenizer.batch_decode(output.sequences[:,inputs.input_ids.shape[1]:], skip_special_tokens=True)
60
  print(hyps)
61
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - de
6
  base_model:
7
  - Unbabel/TowerInstruct-13B-v0.1
8
+ tags:
9
+ - Automatic Post Editing
10
+ - Machine Translation
11
+ model-index:
12
+ - name: iwslt_ape_ende
13
+ results: []
14
+ paper:
15
+ title: "KIT's Offline Speech Translation and Instruction Following Submission for IWSLT 2025"
16
+ authors: "Koneru, Sai and Z{\"u}fle, Maike and Nguyen, Thai-Binh and Akti, Seymanur and Niehues, Jan and Waibel, Alexander"
17
+ url: https://arxiv.org/abs/2505.13036
18
+ published: 2025-05-25
19
  ---
20
 
21
  # KIT IWSLT25 Automatic Post-Editing Model
 
69
  output = model.generate(**inputs, num_beams=num_beams, max_new_tokens=256, return_dict_in_generate=True, early_stopping=True, do_sample=False)
70
  hyps = tokenizer.batch_decode(output.sequences[:,inputs.input_ids.shape[1]:], skip_special_tokens=True)
71
  print(hyps)
72
+ ```
73
+
74
+ ## 📖 Citation
75
+
76
+ If you use this model in your research, please cite:
77
+
78
+ ```bibtex
79
+ @inproceedings{koneru2025kit,
80
+ title={KIT's Offline Speech Translation and Instruction Following Submission for IWSLT 2025},
81
+ author={Koneru, Sai and Z{\"u}fle, Maike and Nguyen, Thai-Binh and Akti, Seymanur and Niehues, Jan and Waibel, Alexander},
82
+ journal={arXiv preprint arXiv:2505.13036},
83
+ year={2025},
84
+ url={https://arxiv.org/abs/2505.13036}
85
+ }