loubnabnl HF staff commited on
Commit
005c24f
1 Parent(s): b1ca4b4
Files changed (1) hide show
  1. architectures/codeparrot.txt +1 -1
architectures/codeparrot.txt CHANGED
@@ -5,7 +5,7 @@
5
  | GPT2 | 110M |
6
  | GPT2 | 1.5B |
7
 
8
- You can load the model and tokenizer directly from 🤗 `transformers`:
9
 
10
  ```python
11
  from transformers import AutoTokenizer, AutoModelWithLMHead
 
5
  | GPT2 | 110M |
6
  | GPT2 | 1.5B |
7
 
8
+ You can load the model and tokenizer directly from 🤗 [`transformers`](https://huggingface.co/docs/transformers/index):
9
 
10
  ```python
11
  from transformers import AutoTokenizer, AutoModelWithLMHead