Spaces:
Runtime error
Runtime error
update
Browse files
architectures/incoder.txt
CHANGED
@@ -13,7 +13,7 @@ So in addition to program synthesis (via left-to-right generation), InCoder can
|
|
13 |
|
14 |
In the code generation demo we use InCoder 1.3B.
|
15 |
|
16 |
-
You can load the model and tokenizer directly from `transformers
|
17 |
|
18 |
```python
|
19 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
|
|
13 |
|
14 |
In the code generation demo we use InCoder 1.3B.
|
15 |
|
16 |
+
You can load the model and tokenizer directly from [`transformers`](https://huggingface.co/docs/transformers/index):
|
17 |
|
18 |
```python
|
19 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|