update
Browse files
    	
        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
         | 

