loubnabnl HF Staff commited on
Commit
e005d2f
·
1 Parent(s): 573707c
Files changed (1) hide show
  1. architectures/incoder.txt +1 -1
architectures/incoder.txt CHANGED
@@ -9,7 +9,7 @@
9
  During the training of InCoder, spans of code were randomly masked and moved to the end of each file, which allows for bidirectional context. The figure below illustrates the training process:
10
 
11
  <p align="center">
12
- <img src="https://huggingface.co/datasets/loubnabnl/repo-images/blob/main/incoder.png" alt="drawing" width="350"/>
13
  </p>
14
 
15
  So in addition to program synthesis (via left-to-right generation), InCoder can also perform editing (via infilling). The model gives promising results in some zero-shot code infilling tasks such as type prediction, variable re-naming and comment generation.
 
9
  During the training of InCoder, spans of code were randomly masked and moved to the end of each file, which allows for bidirectional context. The figure below illustrates the training process:
10
 
11
  <p align="center">
12
+ <img src="https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png" alt="drawing" width="350"/>
13
  </p>
14
 
15
  So in addition to program synthesis (via left-to-right generation), InCoder can also perform editing (via infilling). The model gives promising results in some zero-shot code infilling tasks such as type prediction, variable re-naming and comment generation.