Update README.md
Browse files
README.md
CHANGED
@@ -173,6 +173,7 @@ Use the code below to get started with the model. See the [Hugging Face ctrl doc
|
|
173 |
|
174 |
<details>
|
175 |
<summary> Click to expand </summary>
|
|
|
176 |
```python
|
177 |
>>> from transformers import CTRLTokenizer, CTRLModel
|
178 |
>>> import torch
|
@@ -189,4 +190,5 @@ Use the code below to get started with the model. See the [Hugging Face ctrl doc
|
|
189 |
>>> last_hidden_states = outputs.last_hidden_state
|
190 |
>>> list(last_hidden_states.shape)
|
191 |
```
|
|
|
192 |
</details>
|
|
|
173 |
|
174 |
<details>
|
175 |
<summary> Click to expand </summary>
|
176 |
+
|
177 |
```python
|
178 |
>>> from transformers import CTRLTokenizer, CTRLModel
|
179 |
>>> import torch
|
|
|
190 |
>>> last_hidden_states = outputs.last_hidden_state
|
191 |
>>> list(last_hidden_states.shape)
|
192 |
```
|
193 |
+
|
194 |
</details>
|