rajabmondal commited on
Commit
3a41458
·
verified ·
1 Parent(s): 57607a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ duplicated_from: bigcode-data/starcoderbase-1b
45
  The Narrow Transformer (NT) model **NT-Java-1.1B** is an open-source specialized code model built by extending pre-training on StarCoderBase-1B, designed for coding tasks in Java programming. The model is a decoder-only transformer with Multi-Query Attention and with a context length of 8192 tokens. The model was trained with Java subset of the StarCoderData dataset, which is ~22B tokens.
46
 
47
  - **Repository:** [Infosys/Megatron-LM](https://github.com/Infosys/Megatron-LM)
48
- - **Paper:**
49
  - **Language(s):** Java
50
 
51
  <br>
 
45
  The Narrow Transformer (NT) model **NT-Java-1.1B** is an open-source specialized code model built by extending pre-training on StarCoderBase-1B, designed for coding tasks in Java programming. The model is a decoder-only transformer with Multi-Query Attention and with a context length of 8192 tokens. The model was trained with Java subset of the StarCoderData dataset, which is ~22B tokens.
46
 
47
  - **Repository:** [Infosys/Megatron-LM](https://github.com/Infosys/Megatron-LM)
48
+ - **Paper:** [Narrow Transformer: Starcoder-Based Java-LM For Desktop](https://arxiv.org/abs/2407.03941)
49
  - **Language(s):** Java
50
 
51
  <br>