loubnabnl HF staff commited on
Commit
8920023
1 Parent(s): 005c24f
Files changed (1) hide show
  1. architectures/incoder.txt +1 -1
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