loubnabnl HF staff commited on
Commit
5f9fb30
1 Parent(s): a70b108

Update architectures/incoder.txt

Browse files
Files changed (1) hide show
  1. architectures/incoder.txt +0 -2
architectures/incoder.txt CHANGED
@@ -17,8 +17,6 @@ During the training of InCoder, spans of code were randomly masked and moved to
17
 
18
  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.
19
 
20
- In the code generation demo, at the end of the blog, we use InCoder 1.3B.
21
-
22
  You can load the model and tokenizer directly from [`transformers`](https://huggingface.co/docs/transformers/index):
23
 
24
  ```python
 
17
 
18
  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.
19
 
 
 
20
  You can load the model and tokenizer directly from [`transformers`](https://huggingface.co/docs/transformers/index):
21
 
22
  ```python