Update architectures/incoder.txt
Browse files
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
|