Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,7 @@ This is my attemp (probably too naive) to reproduce the upcycling process used t
|
|
| 17 |
|
| 18 |
<details>
|
| 19 |
<summary>Script:</summary>
|
|
|
|
| 20 |
```python
|
| 21 |
from torch import nn
|
| 22 |
from transformers import AutoModelForCausalLM
|
|
|
|
| 17 |
|
| 18 |
<details>
|
| 19 |
<summary>Script:</summary>
|
| 20 |
+
|
| 21 |
```python
|
| 22 |
from torch import nn
|
| 23 |
from transformers import AutoModelForCausalLM
|